Update mintaka

This commit is contained in:
2024-03-21 12:24:52 -03:00
parent f853f091e5
commit 60126abfa5
8 changed files with 8 additions and 24793 deletions

View File

@ -1,3 +1,3 @@
@echo off
call .\vendor\premake-core\windows\premake5.exe vs2022
call .\vendor\MintakaCpp\vendor\premake-core\windows\premake5.exe vs2022

View File

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