diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-06 16:16:34 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | 4e9bf8d3daee2ca596e91eb802f6927909cbc9be (patch) | |
| tree | f66bdfbc63105d777daff03588d4af8b1faae1e9 | |
| parent | edd75fc809893525f459cd48eb5b89592b0003a2 (diff) | |
Update macos-gnu.cmake
| -rw-r--r-- | cmake/toolchain/macos-gnu.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
