diff options
| author | ruki <[email protected]> | 2023-09-08 10:13:45 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-08 10:13:45 +0800 |
| commit | 5a4a6f05e2d59249eae9094b59c5cac6a9f145d8 (patch) | |
| tree | 27a0e2416c5d8ffe1eccdd249009a7e2f903020d | |
| parent | e119f3fc514583de50de9e83b849865b7461164d (diff) | |
Update find_qt.lua
| -rw-r--r-- | xmake/modules/detect/sdks/find_qt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_qt.lua b/xmake/modules/detect/sdks/find_qt.lua index f94f3556e..3700df53d 100644 --- a/xmake/modules/detect/sdks/find_qt.lua +++ b/xmake/modules/detect/sdks/find_qt.lua @@ -66,7 +66,7 @@ function _find_sdkdir(sdkdir, sdkver) end table.insert(subdirs, path.join(sdkver or "*", "android", "bin")) elseif is_plat("wasm") then - table.insert(subdirs, path.join(sdkver or "*", "wasm_32", "bin")) + table.insert(subdirs, path.join(sdkver or "*", "wasm_*", "bin")) else table.insert(subdirs, path.join(sdkver or "*", "*", "bin")) end |
