Skip to content

Commit

Permalink
fix: build script needed elevated privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleCouponDay committed Oct 7, 2022
1 parent d8c5317 commit c790e13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cmake --install build --prefix install
echo "Building freeglut..."
cd ../freeglut
git checkout v3.2.2
apt install libxi-dev -y
cmake -B build -G "Unix Makefiles"
cmake --build build -j4
cmake --install build --prefix install
Expand Down

0 comments on commit c790e13

Please sign in to comment.