Skip to content

Commit

Permalink
Path to krypto.a passed as input to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Oct 24, 2024
1 parent 4629da4 commit 57946cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ULMDIR = ../ulm
ULMINCLUDE = $(ULMDIR)/kllvm
EVMDIR = ../evm-semantics
KRYPTOINCLUDE = $(EVMDIR)/kevm-pyk/src/kevm_pyk/kproj/plugin
CFLAGS = -ccopt -std=c++17 -ccopt -lssl -ccopt -lcrypto -ccopt -lsecp256k1 -ccopt $(EVMDIR)/krypto.a -ccopt -L$(ULMINCLUDE) -ccopt -lulmkllvm
CFLAGS = -ccopt -std=c++17 -ccopt -lssl -ccopt -lcrypto -ccopt -lsecp256k1 -ccopt $(KRYPTOLIB) -ccopt -L$(ULMINCLUDE) -ccopt -lulmkllvm

UNISWAP_PARAMS = $(EXAMPLES_DIR)/swaps/UniswapV2Swap.sol 2>&1 1>$(OUTPUT_DIR)/uniswap.ast
UNISWAPRN_PARAMS = $(EXAMPLES_DIR)/swaps/UniswapV2SwapRenamed.sol 2>&1 1>$(OUTPUT_DIR)/uniswaprn.ast
Expand Down

0 comments on commit 57946cd

Please sign in to comment.