summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/linux/_prober.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-03 11:56:22 +0800
committerruki <[email protected]>2015-06-03 11:56:22 +0800
commit8f5a561006bb5b0952278075deb908633317c987 (patch)
tree4a57ebf7283fd7c47b88f7c7c0aac4caa67cb607 /xmake/scripts/platform/linux/_prober.lua
parent648d0f6875478a5184668996f3948a0e61e862a0 (diff)
clean the cached configure
Diffstat (limited to 'xmake/scripts/platform/linux/_prober.lua')
-rw-r--r--xmake/scripts/platform/linux/_prober.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/linux/_prober.lua b/xmake/scripts/platform/linux/_prober.lua
index 13cb0b52f..717bd71fe 100644
--- a/xmake/scripts/platform/linux/_prober.lua
+++ b/xmake/scripts/platform/linux/_prober.lua
@@ -46,7 +46,7 @@ function _prober._probe_arch(configs)
end
-- probe the configure
-function _prober.done(configs)
+function _prober.done(configs, is_global)
-- probe the architecture
if not _prober._probe_arch(configs) then return end