Commit 556e683
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)
x641 parent 8df8e18 commit 556e683
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments