Skip to content

Commit 5765449

Browse files
committed
🔨 gcc-12 for macOS native
1 parent c8b2d0c commit 5765449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ini/native.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
6666

6767
#
6868
# MacPorts:
69-
# sudo port install gcc11 glm libsdl2 libsdl2_net
69+
# sudo port install gcc12 glm libsdl2 libsdl2_net
7070
#
7171
# cd /opt/local/bin
7272
# sudo rm -f gcc g++ cc
73-
# sudo ln -s gcc-mp-11 gcc ; sudo ln -s g++-mp-11 g++ ; sudo ln -s g++ cc
73+
# sudo ln -s gcc-mp-12 gcc ; sudo ln -s g++-mp-12 g++ ; sudo ln -s g++ cc
7474
# cd -
7575
# rehash
7676
#

0 commit comments

Comments
 (0)