Procházet zdrojové kódy

🔨 gcc-12 for macOS native

Scott Lahteine před 1 rokem
rodič
revize
f8d7090e30
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      ini/native.ini

+ 2
- 2
ini/native.ini Zobrazit soubor

@@ -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…
Zrušit
Uložit