From dcfffe48969339ee4263e69c22a5d1de60fc824b Mon Sep 17 00:00:00 2001 From: c8ef Date: Sat, 27 Apr 2024 11:41:31 +0800 Subject: [PATCH] Update find_mingw.lua --- xmake/modules/detect/sdks/find_mingw.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/detect/sdks/find_mingw.lua b/xmake/modules/detect/sdks/find_mingw.lua index 9a1f2425334..4085a6cb848 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