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

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "vendor/Mintaka"]
path = vendor/Mintaka
url = https://github.com/Tribufu/Mintaka
[submodule "vendor/premake-core"]
path = vendor/premake-core
url = https://github.com/TribufuForks/premake-core
branch = vendor

View File

@ -1,3 +1,3 @@
@echo off
call .\vendor\premake-core\windows\premake5.exe vs2022
call .\vendor\Mintaka\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/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

1
vendor/premake-core vendored

Submodule vendor/premake-core deleted from 4bd56019c4