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:
parent
1f8c426fdb
commit
8173d84781
@ -671,6 +671,13 @@
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "frameworkdirs",
|
||||
scope = "config",
|
||||
kind = "list:directory",
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "linkoptions",
|
||||
scope = "config",
|
||||
|
Reference in New Issue
Block a user