Use premake from mintaka submodule

This commit is contained in:
Guilherme Werner
2023-12-16 09:35:29 -03:00
parent e58aff50d4
commit c092692ed6
4 changed files with 3 additions and 8 deletions

View File

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