Skip to content

Commit 556e683

Browse files
authored
Update Bootstrap.mak (#2645)
MinGW: (w64devkit) ~ $ mingw32-make -f Bootstrap.mak mingw CONFIG=x64 . . . make -C build/bootstrap config=x64_win32 make[1]: Entering directory 'D:/CPP/SOURCE/Premake/premake-core-5.0.0-beta8/build/bootstrap' Makefile:34: *** "invalid configuration x64_win32". Stop. make[1]: Leaving directory 'D:/CPP/SOURCE/Premake/premake-core-5.0.0-beta8/build/bootstrap' make: *** [Bootstrap.mak:112: mingw] Error 2 replacing CONFIG with PLATFORM builds succesfully. NOTE: CONFIG : release (default) debug PLATFORM: x86 (default) x64
1 parent 8df8e18 commit 556e683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Bootstrap.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ none:
7272
@echo "Please do"
7373
@echo " nmake -f Bootstrap.mak windows"
7474
@echo "or"
75-
@echo " CC=mingw32-gcc mingw32-make -f Bootstrap.mak mingw CONFIG=x64"
75+
@echo " CC=mingw32-gcc mingw32-make -f Bootstrap.mak mingw PLATFORM=x64"
7676
@echo "or"
7777
@echo " make -f Bootstrap.mak HOST_PLATFORM"
7878
@echo "where HOST_PLATFORM is one of these:"
@@ -86,7 +86,7 @@ clean:
8686
@echo "Please run the same command used for building by adding a '-clean' suffix to the target name."
8787
@echo " nmake -f Bootstrap.mak windows-clean"
8888
@echo "or"
89-
@echo " CC=mingw32-gcc mingw32-make -f Bootstrap.mak mingw-clean CONFIG=x64"
89+
@echo " CC=mingw32-gcc mingw32-make -f Bootstrap.mak mingw-clean PLATFORM=x64"
9090
@echo "or"
9191
@echo " make -f Bootstrap.mak HOST_PLATFORM-clean"
9292
@echo "where HOST_PLATFORM is one of these:"

0 commit comments

Comments
 (0)