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