summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-08 10:13:45 +0800
committerGitHub <[email protected]>2023-09-08 10:13:45 +0800
commit5a4a6f05e2d59249eae9094b59c5cac6a9f145d8 (patch)
tree27a0e2416c5d8ffe1eccdd249009a7e2f903020d
parente119f3fc514583de50de9e83b849865b7461164d (diff)
Update find_qt.lua
-rw-r--r--xmake/modules/detect/sdks/find_qt.lua2
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