diff options
| author | ruki <[email protected]> | 2018-06-23 00:28:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-22 20:52:17 +0800 |
| commit | ce04ea485f463fea6374e8d952863a4a9332b7ca (patch) | |
| tree | c097045083821f7ba7004293053d5b4f431a2f8c /xmake/modules/detect/tools/find_yasm.lua | |
| parent | fec34dfad0f105455805980831698b363e8b485e (diff) | |
support fasm
Diffstat (limited to 'xmake/modules/detect/tools/find_yasm.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_yasm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_yasm.lua b/xmake/modules/detect/tools/find_yasm.lua index 06c38108d..de67b0617 100644 --- a/xmake/modules/detect/tools/find_yasm.lua +++ b/xmake/modules/detect/tools/find_yasm.lua @@ -35,7 +35,7 @@ import("lib.detect.find_programver") -- @code -- -- local yasm = find_yasm() --- local yasm, version = find_yasm({program = "xcrun -sdk macosx yasm", version = true}) +-- local yasm, version = find_yasm({program = "yasm", version = true}) -- -- @endcode -- |
