Added frameworkdirs option.

This should now support FRAMEWORK_SEARCH_PATHS in xcode_common.lua. This will allow frameworks to exist in non sdk paths.
This commit is contained in:
ardneran 2015-11-08 23:32:38 -05:00
parent 1f8c426fdb
commit 8173d84781

View File

@ -671,6 +671,13 @@
tokens = true,
}
api.register {
name = "frameworkdirs",
scope = "config",
kind = "list:directory",
tokens = true,
}
api.register {
name = "linkoptions",
scope = "config",