Skip to content

Commit 51cb6d6

Browse files
committed
Adept 2.3 Release Commit
1 parent 2cb7600 commit 51cb6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ WINDOWS_LLVM_BUILD_INCLUDE=C:/Users/isaac/Projects/llvm-7.0.0.src/mingw-release/
1717
WINDOWS_LIBCURL_LIB=
1818
WINDOWS_LIBCURL_INCLUDE=
1919
WINDOWS_LIBCURL_BUILD_INCLUDE=
20-
UNIX_CC=clang
21-
UNIX_CXX=clang++
20+
UNIX_CC=gcc
21+
UNIX_CXX=g++
2222
UNIX_LLVM_LIB=/Users/isaac/Projects/llvm-10.0.1.src/build/lib
2323
UNIX_LLVM_INCLUDE=/Users/isaac/Projects/llvm-10.0.1.src/include
2424
UNIX_LLVM_BUILD_INCLUDE=/Users/isaac/Projects/llvm-10.0.1.src/build/include

0 commit comments

Comments
 (0)