Skip to content

Update Bootstrap.mak#2645

Merged
samsinsane merged 1 commit intopremake:masterfrom
0hip:patch-1
Mar 22, 2026
Merged

Update Bootstrap.mak#2645
samsinsane merged 1 commit intopremake:masterfrom
0hip:patch-1

Conversation

@0hip
Copy link
Contributor

@0hip 0hip commented Mar 19, 2026

What does this PR do?

Bootstrap.mak : 75 (help) replace CONFIG with PLATFORM

Thanks for the contribution! Please provide a concise description of the problem this request solves.

MinGW: (w64devkit)
~ $ mingw32-make -f Bootstrap.mak mingw CONFIG=x64
. . .
Generated build/bootstrap/luasocket.make...
Done (3653ms).
make -C build/bootstrap config=x64_win32
make[1]: Entering directory 'D:/Premake/premake-core-5.0.0-beta8/build/bootstrap'
Makefile:34: *** "invalid configuration x64_win32". Stop.
make[1]: Leaving directory 'D:/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

How does this PR change Premake's behavior?

Are there any breaking changes? Will any existing behavior change?

Anything else we should know?

Add any other context about your changes here.

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

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
@samsinsane samsinsane merged commit 556e683 into premake:master Mar 22, 2026
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants