Update macos-gnu.cmake

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