diff options
| author | ruki <[email protected]> | 2024-03-06 09:52:31 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-06 09:52:31 +0800 |
| commit | e93061694b27445a80cd596d0d3d15939cda21e1 (patch) | |
| tree | c1a713fc8669afb1b64c984a43a76025167be5b0 | |
| parent | a22c87fc9455fb384d2257cb937567d06d4f439b (diff) | |
Update find_wasisdk.lua
| -rw-r--r-- | xmake/modules/detect/sdks/find_wasisdk.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/detect/sdks/find_wasisdk.lua b/xmake/modules/detect/sdks/find_wasisdk.lua index cfc5343e7..916f528ea 100644 --- a/xmake/modules/detect/sdks/find_wasisdk.lua +++ b/xmake/modules/detect/sdks/find_wasisdk.lua @@ -76,8 +76,6 @@ end -- @endcode -- function main(sdkdir, opt) - - -- init arguments opt = opt or {} -- attempt to load cache first @@ -93,7 +91,6 @@ function main(sdkdir, opt) if opt.verbose or option.get("verbose") then cprint("checking for wasi-sdk directory ... ${color.success}%s", sdk.sdkdir) end - else if opt.verbose or option.get("verbose") then cprint("checking for wasi-sdk directory ... ${color.nothing}${text.nothing}") |
