Files
sdk-cpp/scripts/premake.sh
2024-03-21 12:28:07 -03:00

11 lines
244 B
Bash

#!/usr/bin/env sh
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
./vendor/MintakaCpp/vendor/premake-core/linux/premake5 gmake2
elif [ "$(uname)" = "Darwin" ]
then
./vendor/MintakaCpp/vendor/premake-core/mac/premake5 xcode4
fi