2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-19 13:24:17 +00:00
Files
sdk-cpp/scripts/premake.sh

11 lines
208 B
Bash

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