summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/linux/_prober.lua
diff options
context:
space:
mode:
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