diff options
Diffstat (limited to 'xmake/scripts/platform/macosx/prober.lua')
| -rw-r--r-- | xmake/scripts/platform/macosx/prober.lua | 2 |
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 |
