Remove mintaka submodule

This commit is contained in:
2024-03-06 18:48:14 -03:00
parent ecf9119639
commit 5dd90202be
15 changed files with 68 additions and 39 deletions

View File

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

View File

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