Skip to content

Commit

Permalink
readme: Add note about MinGW build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
werman committed Jul 24, 2022
1 parent e384bd3 commit 11573aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ cmake -D CMAKE_CXX_FLAGS=-m32 -D CMAKE_C_FLAGS=-m32 -Bbuild-x32 -H. -GNinja -DCM
ninja -C build-x32
```

Cross-compiling for Windows x64:
Cross-compiling for Windows x64 (MinGW builds are failing at the moment due to certain incompatibilities in JUCE):
```sh
cmake -Bbuild-mingw64 -H. -GNinja -DCMAKE_TOOLCHAIN_FILE=toolchains/toolchain-mingw64.cmake -DCMAKE_BUILD_TYPE=Release
ninja -C build-mingw64
Expand Down

0 comments on commit 11573aa

Please sign in to comment.