diff options
| author | ruki <[email protected]> | 2015-06-05 13:38:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-05 13:38:12 +0800 |
| commit | ce6af9d93717a57792fc7d371f0fea9c40878c2f (patch) | |
| tree | ad68f1ea18284b12fdc3a364f88350b0ffed7c58 /xmake/scripts/platform | |
| parent | 9c4c565ef5cba3c668b338ed0066cff0d58e8caa (diff) | |
fix verbose for makefile
Diffstat (limited to 'xmake/scripts/platform')
| -rw-r--r-- | xmake/scripts/platform/macosx/macosx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/macosx/macosx.lua b/xmake/scripts/platform/macosx/macosx.lua index 4ccd27951..7b8d40e4d 100644 --- a/xmake/scripts/platform/macosx/macosx.lua +++ b/xmake/scripts/platform/macosx/macosx.lua @@ -54,7 +54,7 @@ function macosx.make(configs) configs.tools.sh = config.get("sh") or "xcrun -sdk macosx clang++" -- init xcode sdk directory - configs.xcode_sdkdir = config.get("xcode_dir") .. "/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX" .. config.get("xcode_sdkver") .. ".sdk" + 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 |
