From f1b92e803d92822db01c7eb936a698ece3303e82 Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Tue, 14 Apr 2026 04:10:01 -0400 Subject: [PATCH] fix build.sh --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index d46c29c..b3ae2fb 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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