Skip to content

Commit

Permalink
Fix compiler in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffa5 committed Aug 8, 2023
1 parent 4bd8a41 commit 0a1e318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ BUILD=build
CCF_PREFIX_VIRTUAL=/opt/ccf_virtual
CCF_PREFIX_SGX=/opt/ccf_sgx

CC!=which clang-10
CXX!=which clang++-10
CC!=which clang-15
CXX!=which clang++-15

OE_CC=/opt/oe_lvi/clang-10
OE_CXX=/opt/oe_lvi/clang++-10
OE_CC!=which clang-11
OE_CXX!=which clang++-11

ETCD_VER=v3.5.4
ETCD_DOWNLOAD_URL=https://github.com/etcd-io/etcd/releases/download
Expand Down

0 comments on commit 0a1e318

Please sign in to comment.