diff --git a/cmake/toolchain/macos-gnu.cmake b/cmake/toolchain/macos-gnu.cmake index 10af7ba..5e1339f 100644 --- a/cmake/toolchain/macos-gnu.cmake +++ b/cmake/toolchain/macos-gnu.cmake @@ -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) \ No newline at end of file +set(CMAKE_C_COMPILER /usr/bin/gcc) +set(CMAKE_CXX_COMPILER /usr/bin/g++) \ No newline at end of file