From 704cadb26e1b98e613a4faea94d9b8d7e308d1ea Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 May 2023 01:50:10 +0200 Subject: HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 threads', allowing C++ std::mutex etc to be used (openal-soft) --- make/scripts/make.gluegen.all.win64.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index 6f3716e..b0dc64e 100755 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -6,7 +6,7 @@ set ANT_PATH=C:\apache-ant-1.10.5 set GIT_PATH=C:\cygwin64\bin set SEVENZIP=C:\Program Files\7-Zip -set CMAKE_PATH=C:\cmake-3.25.1-windows-x64_64 +set CMAKE_PATH=C:\cmake-3.25.1-windows-x86_64 set CMAKE_C_COMPILER=c:\mingw64\bin\gcc set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH% -- cgit v1.2.3