Skip to content

Commit

Permalink
Change mac-os build script file to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanKhaledd committed Sep 29, 2024
1 parent 93bf51e commit 6e0a303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if [ ! -d "build" ]; then
fi
cd build
g++ --version
cmake ..
cmake -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ ..
make
cd ..

0 comments on commit 6e0a303

Please sign in to comment.