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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-11-10 22:03:35 +0300
committerstarkos <none@none>2009-11-10 22:03:35 +0300
commitf3c4fb5078016f71ecb79c5ba7cb612794fb7c6b (patch)
tree5b12484e2c17b9f606005c129abf78f80d8993da /tests/actions/xcode
parentfb1562652e9064c9f1c1b88af1b09d28b8bb8d7d (diff)
Removed SDKROOT
Diffstat (limited to 'tests/actions/xcode')
-rw-r--r--tests/actions/xcode/test_xcode_project.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions/xcode/test_xcode_project.lua b/tests/actions/xcode/test_xcode_project.lua
index 34e1edc..a4b2665 100644
--- a/tests/actions/xcode/test_xcode_project.lua
+++ b/tests/actions/xcode/test_xcode_project.lua
@@ -574,7 +574,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
- SDKROOT = macosx10.5;
SYMROOT = obj/Debug;
};
name = Debug;
@@ -643,7 +642,7 @@
end
- function suite.XCBuildConfigurationBlock_SetsWindowedAppOutputDir()
+ function suite.XCBuildConfigurationBlock_OnWindowedApp()
kind "WindowedApp"
prepare()
xcode.XCBuildConfigurationBlock(tr, tr.products.children[1], premake.getconfig(tr.project, "Debug"))
@@ -655,6 +654,7 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
PRODUCT_NAME = MyProject;
+ INSTALL_PATH = "$(HOME)/Applications";
SYMROOT = obj/Debug;
};
name = Debug;