summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/linux/prober.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-04 16:36:10 +0800
committerruki <[email protected]>2015-06-04 16:36:10 +0800
commitc17f9ed42c8529f3ff724e0d0614b99eac6374c0 (patch)
tree2e4524e89ec73e492e09e682bf2c3274aee73833 /xmake/scripts/platform/linux/prober.lua
parent6c5fbedfe26db54b0bbb95fa9154ed759c7ad98f (diff)
fix global prober bug
Diffstat (limited to 'xmake/scripts/platform/linux/prober.lua')
-rw-r--r--xmake/scripts/platform/linux/prober.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/scripts/platform/linux/prober.lua b/xmake/scripts/platform/linux/prober.lua
index f8418ff12..5e382e5e4 100644
--- a/xmake/scripts/platform/linux/prober.lua
+++ b/xmake/scripts/platform/linux/prober.lua
@@ -45,8 +45,8 @@ function prober._probe_arch(configs)
return true
end
--- probe the configure
-function prober.done(configs, is_global)
+-- probe the project configure
+function prober.config(configs)
-- probe the architecture
if not prober._probe_arch(configs) then return end