Bootstrap.mak: Add macosx alias for osx to match Premake os.host()
This commit is contained in:
parent
898fe7b599
commit
d413f5c360
@ -61,6 +61,8 @@ mingw: $(SRC)
|
||||
./build/bootstrap/premake_bootstrap --os=windows --to=build/bootstrap gmake
|
||||
$(MAKE) -C build/bootstrap config=$(CONFIG)_$(PLATFORM)
|
||||
|
||||
macosx: osx
|
||||
|
||||
osx: $(SRC)
|
||||
$(SILENT) rm -rf ./bin
|
||||
$(SILENT) rm -rf ./build
|
||||
|
Reference in New Issue
Block a user