We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bf195 commit 82afe27Copy full SHA for 82afe27
app/linux-config.sh
@@ -39,5 +39,5 @@ mkdir -p "${SCRIPT_DIR}/build"
39
echo "Generating makefiles..."
40
cd "${SCRIPT_DIR}/build"
41
42
-cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="$config"
+cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="$config" ..
43
0 commit comments