Add premake submodule

This commit is contained in:
Guilherme Werner
2023-12-16 09:23:39 -03:00
parent 06e7d628e7
commit 99ced22285
10 changed files with 12 additions and 30 deletions

View File

@ -2,9 +2,9 @@
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
./vendor/premake/linux/premake5 gmake2
./vendor/premake-core/linux/premake5 gmake2
elif [ "$(uname)" = "Darwin" ]
then
./vendor/premake/mac/premake5 xcode4
./vendor/premake-core/mac/premake5 xcode4
fi