Files
sdk-cpp/scripts/premake.sh
Guilherme Werner 2e2462fd38 Update main branch (#3)
* New api from upstream

* Create .clang-format

* Update .clang-format

* Remove mintaka submodule

* Add premake-core submodule

* Update premake-core

* Fix includes
2024-03-06 19:01:54 -03:00

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