Skip to content

Commit f8d7090

Browse files
committed
🔨 gcc-12 for macOS native
1 parent 02c43f4 commit f8d7090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)