fix build.sh

This commit is contained in:
Joseph Aquino 2026-04-14 04:10:01 -04:00
parent 5c7e033f89
commit f1b92e803d
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
cd "$SCRIPT_DIR"
echo build files will be placed in ./build
./third-party/premake5/premake5 gmake2 && make -C ../build config=$1
../third-party/premake5/premake5 gmake2 && make -C ../build config=$1