Update macos-gnu.cmake

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent 1712046e9d
commit a2d8818a60
+2 -2
View File
@@ -1,2 +1,2 @@
set(CMAKE_C_COMPILER /opt/homebrew/opt/gcc/bin/gcc)
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/gcc/bin/g++)
set(CMAKE_C_COMPILER /opt/homebrew/opt/gcc/bin/gcc-14)
set(CMAKE_CXX_COMPILER /opt/homebrew/opt/gcc/bin/g++-14)