Files
sdk-cpp/scripts/premake.sh
2023-12-16 09:35:29 -03:00

11 lines
238 B
Bash

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