Skip to content

Commit c114d45

Browse files
committed
changed the compiler names for appleclang to match those from exemplar
1 parent 0c73fde commit c114d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/appleclang-toolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
include_guard(GLOBAL)
1818

19-
set(CMAKE_C_COMPILER gcc)
20-
set(CMAKE_CXX_COMPILER g++)
19+
set(CMAKE_C_COMPILER cc)
20+
set(CMAKE_CXX_COMPILER c++)
2121

2222
if(BEMAN_BUILDSYS_SANITIZER STREQUAL "MaxSan")
2323
set(SANITIZER_FLAGS "-fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize=undefined")

0 commit comments

Comments
 (0)