Skip to content

Commit e83e727

Browse files
committed
build.sh
1 parent 9e9e1d4 commit e83e727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
# Run CMake, explicitly setting the C++ standard to 20
2020
# We'll also explicitly set the C++ compiler to clang++ (common on macOS)
2121
# If you prefer g++, replace 'clang++' with 'g++'
22-
cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=$compiler -S ../
22+
cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=$compiler -DBUILD_GUI=ON -LH -S ../
2323

2424
# Now, try to build again
2525
make

0 commit comments

Comments
 (0)