summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_fasm.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-20 22:44:16 +0800
committerruki <[email protected]>2020-05-20 10:25:37 +0800
commita5a4b0ac5b9674ac00049cc1f4ff8f11d5268f6b (patch)
tree66a5a45701b8c06e05011e6d6b40754c20e47991 /xmake/modules/detect/tools/find_fasm.lua
parent5627a51d82327a2d694be53d1587e6a10671278c (diff)
set standalone toolchain
Diffstat (limited to 'xmake/modules/detect/tools/find_fasm.lua')
-rw-r--r--xmake/modules/detect/tools/find_fasm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/tools/find_fasm.lua b/xmake/modules/detect/tools/find_fasm.lua
index 5ebf9e699..0b555a406 100644
--- a/xmake/modules/detect/tools/find_fasm.lua
+++ b/xmake/modules/detect/tools/find_fasm.lua
@@ -39,6 +39,7 @@ function main(opt)
-- init options
opt = opt or {}
+ opt.norun = true
-- find program
local program = find_program(opt.program or "fasm", opt)