Skip to content

Commit

Permalink
Adept 2.3 Release Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Aug 30, 2020
1 parent 2cb7600 commit 51cb6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ WINDOWS_LLVM_BUILD_INCLUDE=C:/Users/isaac/Projects/llvm-7.0.0.src/mingw-release/
WINDOWS_LIBCURL_LIB=
WINDOWS_LIBCURL_INCLUDE=
WINDOWS_LIBCURL_BUILD_INCLUDE=
UNIX_CC=clang
UNIX_CXX=clang++
UNIX_CC=gcc
UNIX_CXX=g++
UNIX_LLVM_LIB=/Users/isaac/Projects/llvm-10.0.1.src/build/lib
UNIX_LLVM_INCLUDE=/Users/isaac/Projects/llvm-10.0.1.src/include
UNIX_LLVM_BUILD_INCLUDE=/Users/isaac/Projects/llvm-10.0.1.src/build/include
Expand Down

0 comments on commit 51cb6d6

Please sign in to comment.