Skip to content

Commit

Permalink
bootstrap-mac.sh: Omit ln -s commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jan 10, 2025
1 parent 43f7156 commit 4c142ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions script/bootstrap-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ brew install \
# * OpenGL as of macOS 10.14
# * GLUT as of macOS 10.9
brew install mesa mesa-glu freeglut
ln -s $(brew --prefix)/include/GL $(brew --prefix)/include/OpenGL
ln -s $(brew --prefix)/include/GL $(brew --prefix)/include/GLUT
# ln -s $(brew --prefix)/lib/libGL.dylib $(brew --prefix)/lib/libOpenGL.dylib
# find $(brew --prefix)/lib/ -iname '*gl*.dylib'

# MacOS 13+ needs Vorbis support
brew install vorbis-tools
Expand Down

0 comments on commit 4c142ee

Please sign in to comment.