Skip to content

Commit

Permalink
Update find_mingw.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef committed Apr 27, 2024
1 parent eeeb76b commit dcfffe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake/modules/detect/sdks/find_mingw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcfffe4

Please sign in to comment.