Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/xcode/xcode_common.lua')
-rw-r--r--src/actions/xcode/xcode_common.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/xcode/xcode_common.lua b/src/actions/xcode/xcode_common.lua
index 4d413d4..c8f52e2 100644
--- a/src/actions/xcode/xcode_common.lua
+++ b/src/actions/xcode/xcode_common.lua
@@ -828,6 +828,7 @@
xcode.printlist(cfg.includedirs, 'HEADER_SEARCH_PATHS')
xcode.printlist(cfg.libdirs, 'LIBRARY_SEARCH_PATHS')
+ xcode.printlist(cfg.frameworkdirs, 'FRAMEWORK_SEARCH_PATHS')
_p(4,'OBJROOT = "%s";', cfg.objectsdir)