summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/macosx
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-04 22:28:15 +0800
committerruki <[email protected]>2015-06-04 22:28:24 +0800
commit44fd11396d7b073e6b5227894c5db02b3585302f (patch)
treed755e4b6bd6c910559a3cb72dd32cd5d0d0e3f7c /xmake/scripts/platform/macosx
parentf0f9b217ddb81084a411d09a4a23292716b20c46 (diff)
impl auto rebuild and fix some bug
Diffstat (limited to 'xmake/scripts/platform/macosx')
-rw-r--r--xmake/scripts/platform/macosx/prober.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/macosx/prober.lua b/xmake/scripts/platform/macosx/prober.lua
index e917d6817..3a3615293 100644
--- a/xmake/scripts/platform/macosx/prober.lua
+++ b/xmake/scripts/platform/macosx/prober.lua
@@ -129,7 +129,7 @@ end
function prober.config(configs)
-- probe the architecture
- if prober._probe_arch(configs) then return end
+ if not prober._probe_arch(configs) then return end
-- probe the xcode application directory
if not prober._probe_xcode(configs) then return end