Skip to content

Commit

Permalink
Modify MinGW-w64 64-bit output directories to match official releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevel committed Apr 20, 2020
1 parent 5ba5da3 commit 2343365
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wxBuild_wxWidgets.bat
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,13 @@ if "%OS%" == "Windows_NT" set PATH=%MINGW_W64_64_DIR%\BIN;%PATH%
if "%OS%" == "" set PATH="%MINGW_W64_64_DIR%\BIN";"%PATH%"
echo.
:: -- Setup the make executable and the actual makefile name --
set CFG=_x64
:: The configuration postfix gets added at the wrong position to match the directory structure
:: of the official releases, modify the compiler version instead, this produces the correct output
::set CFG=_x64
set MAKE=mingw32-make.exe
set MAKEFILE=makefile.gcc
set FLAGS=CXXFLAGS=-Wno-attributes -j %NUMBER_OF_PROCESSORS%
set COMPILER_VERSION=%MINGW_W64_64_VER%
set COMPILER_VERSION=%MINGW_W64_64_VER%_x64
set COMPILER_NAME=mingw
set COMPILER_ARCH=64
set BAKE_FORMAT=mingw
Expand Down

0 comments on commit 2343365

Please sign in to comment.