summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc8ef <[email protected]>2024-04-27 11:41:31 +0800
committerGitHub <[email protected]>2024-04-27 11:41:31 +0800
commitdcfffe48969339ee4263e69c22a5d1de60fc824b (patch)
treea72a09d67ccb6a726b30aafeb6d3177221780ca5
parenteeeb76b2d14cd942302231bdcdde04dc39cf9928 (diff)
Update find_mingw.lua
-rw-r--r--xmake/modules/detect/sdks/find_mingw.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/sdks/find_mingw.lua b/xmake/modules/detect/sdks/find_mingw.lua
index 9a1f24253..4085a6cb8 100644
--- a/xmake/modules/detect/sdks/find_mingw.lua
+++ b/xmake/modules/detect/sdks/find_mingw.lua
@@ -28,6 +28,7 @@ import("detect.sdks.find_cross_toolchain")
-- find mingw directory
function _find_mingwdir(sdkdir)
+
-- get mingw directory
if not sdkdir then
if is_host("macosx", "linux") and os.isdir("/opt/llvm-mingw") then