diff options
author | Sven Gothel <[email protected]> | 2023-01-17 21:22:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-17 21:22:38 +0100 |
commit | 3054edbdf08cb484a632cd1e2915001a7e8d72a6 (patch) | |
tree | 5c03fb8933da4f00eff83fd356fb4eb81cdd2979 | |
parent | 30368d69ec33f006b901c6888ce9876c12b0e6af (diff) |
Windows: Use mingw32-make.exe
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 7bd3490..313c20a 100755 --- a/make/build.xml +++ b/make/build.xml @@ -554,7 +554,7 @@ <arg value="../../openal-soft"/> <arg value="-DCMAKE_TOOLCHAIN_FILE=../../openal-soft/cmake/toolchain.windows.cmake"/> </exec> - <exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" /> + <exec dir="${build}/openal-soft" executable="mingw32-make.exe" logError="true" failonerror="false" failifexecutionfails="false" /> </target> <target name="c.download.openal.soft.windows"> |