Cog/Frameworks/OpenMPT/OpenMPT/contrib/premake/snapshot-premake-master.sh
Christopher Snowhill dfa5f41984
Updated libOpenMPT to version 0.7
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2023-05-04 18:20:54 -07:00

11 lines
233 B
Bash

#!/usr/bin/env bash
set -e
rm -rf premake.git
git clone --recursive https://github.com/premake/premake-core.git premake.git
cd premake.git
make -f Bootstrap.mak linux
echo | bin/release/premake5 package master source
echo "Done."