Browse Source

🔨 gcc-12 for macOS native

Scott Lahteine 1 year ago
parent
commit
f8d7090e30
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ini/native.ini

+ 2
- 2
ini/native.ini View File

@@ -66,11 +66,11 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
66 66
 
67 67
 #
68 68
 # MacPorts:
69
-#  sudo port install gcc11 glm libsdl2 libsdl2_net
69
+#  sudo port install gcc12 glm libsdl2 libsdl2_net
70 70
 #
71 71
 #  cd /opt/local/bin
72 72
 #  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
74 74
 #  cd -
75 75
 #  rehash
76 76
 #

Loading…
Cancel
Save