Skip to content

Commit

Permalink
3rdparty: Use LOCAL_FLAGS instead of CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph M. Wintersteiger authored and yanesca committed Aug 19, 2019
1 parent 2d4725f commit 9b5e77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/everest/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ THIRDPARTY_CRYPTO_OBJECTS+= \
ifeq ($(shell getconf LONG_BIT),64)
THIRDPARTY_CRYPTO_OBJECTS+=../3rdparty/everest/library/Hacl_Curve25519.o
else
CFLAGS+="-DKRML_VERIFIED_UINT128"
LOCAL_CFLAGS+="-DKRML_VERIFIED_UINT128"
THIRDPARTY_CRYPTO_OBJECTS+=../3rdparty/everest/library/legacy/Hacl_Curve25519.o \
../3rdparty/everest/library/kremlib/FStar_UInt128_extracted.o
endif
Expand Down

0 comments on commit 9b5e77e

Please sign in to comment.