Skip to content

Commit

Permalink
🔨 Use classic ld on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 13, 2023
1 parent a62eec4 commit c74e6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ini/native.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
# sudo port install gcc12 glm libsdl2 libsdl2_net
#
# cd /opt/local/bin
# sudo rm -f gcc g++ cc
# sudo rm gcc g++ cc ld
# sudo ln -s gcc-mp-12 gcc ; sudo ln -s g++-mp-12 g++ ; sudo ln -s g++ cc
# sudo ln -s ld-classic ld
# cd -
# rehash
#
Expand Down

0 comments on commit c74e6ad

Please sign in to comment.