Skip to content

Commit

Permalink
mingw-toolchain: use same default paths for MinGW on macOS as are use…
Browse files Browse the repository at this point in the history
…d on Linux (#1105)
  • Loading branch information
joshtynjala authored Jun 25, 2024
1 parent 052a924 commit 5c12506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/mingw-toolchain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- MINGW TOOLS -------------------------------------->

<section if="linux_host">
<section if="linux_host||mac_host">
<section if="HXCPP_M64">
<set name="HXCPP_MINGW_EXE" value="x86_64-w64-mingw32-g++" unless="HXCPP_MINGW_EXE" />
<set name="MINGW_ROOT" value="/usr/x86_64-w64-mingw32" unless="MINGW_ROOT" />
Expand Down

0 comments on commit 5c12506

Please sign in to comment.