Skip to content

Commit 82afe27

Browse files
committed
Build - fix linux build
1 parent 18bf195 commit 82afe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/linux-config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ mkdir -p "${SCRIPT_DIR}/build"
3939
echo "Generating makefiles..."
4040
cd "${SCRIPT_DIR}/build"
4141

42-
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="$config"
42+
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="$config" ..
4343

0 commit comments

Comments
 (0)