diff options
| author | ruki <[email protected]> | 2015-06-03 11:56:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-03 11:56:22 +0800 |
| commit | 8f5a561006bb5b0952278075deb908633317c987 (patch) | |
| tree | 4a57ebf7283fd7c47b88f7c7c0aac4caa67cb607 /xmake/scripts/platform/linux/_prober.lua | |
| parent | 648d0f6875478a5184668996f3948a0e61e862a0 (diff) | |
clean the cached configure
Diffstat (limited to 'xmake/scripts/platform/linux/_prober.lua')
| -rw-r--r-- | xmake/scripts/platform/linux/_prober.lua | 2 |
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 |
