diff options
| author | ruki <[email protected]> | 2015-06-03 09:29:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-03 09:29:35 +0800 |
| commit | 08bba742c061c93f28c14499fa17af2f1edc2df8 (patch) | |
| tree | 769eb97f37ada860b6e4c29f6ca247ccf70cbdbc /xmake/scripts/platform | |
| parent | 03f445c175b2f8e4768bbff28065f935b9fe3201 (diff) | |
add private configure for preprocessor
Diffstat (limited to 'xmake/scripts/platform')
| -rw-r--r-- | xmake/scripts/platform/macosx/_macosx.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/platform/macosx/_macosx.lua b/xmake/scripts/platform/macosx/_macosx.lua index 6ab67da0f..8ff4d31cc 100644 --- a/xmake/scripts/platform/macosx/_macosx.lua +++ b/xmake/scripts/platform/macosx/_macosx.lua @@ -59,6 +59,7 @@ function _macosx.make(configs) -- init xcode sdk directory configs.xcode_sdkdir = config.get("xcode_dir") .. "/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX" .. config.get("xcode_sdkver") .. ".sdk" + end -- get the option menu for action: xmake config or global |
