Bootstrap.mak: Add macosx alias for osx to match Premake os.host()

This commit is contained in:
Thomas Desveaux 2019-05-03 17:35:04 +02:00
parent 898fe7b599
commit d413f5c360

View File

@ -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