Skip to content

Commit

Permalink
Makefile: add include/kllvm to STANDALONE_KOMPILE_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed May 24, 2020
1 parent 40ba26a commit 9c5385a
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 @@ -242,10 +242,10 @@ $(web3_kompiled): $(web3_kore) $(libff_out)

# Standalone

STANDALONE_KOMPILE_OPTS := $(PLUGIN_SUBMODULE)/plugin-c/crypto.cpp \
$(PLUGIN_SUBMODULE)/plugin-c/blake2.cpp \
-g -std=c++14 -L$(LOCAL_LIB) \
-lff -lcryptopp -lsecp256k1
STANDALONE_KOMPILE_OPTS := -L$(LOCAL_LIB) -I$(K_RELEASE)/include/kllvm \
$(PLUGIN_SUBMODULE)/plugin-c/crypto.cpp \
$(PLUGIN_SUBMODULE)/plugin-c/blake2.cpp \
-g -std=c++14 -lff -lcryptopp -lsecp256k1

ifeq ($(UNAME_S),Linux)
STANDALONE_KOMPILE_OPTS += -lprocps
Expand Down

0 comments on commit 9c5385a

Please sign in to comment.