Skip to content

Commit

Permalink
switched to rebased branch feat/token-deposits-squashed-v2 [4]: fixed…
Browse files Browse the repository at this point in the history
… path to etherlink
  • Loading branch information
ztepler committed Apr 29, 2024
1 parent 734b8c0 commit 2fe0865
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 @@ -21,7 +21,7 @@ install:
&& wget -c https://github.com/WebAssembly/wabt/releases/download/1.0.31/wabt-1.0.31-ubuntu.tar.gz -O - | tar -xzv wabt-1.0.31/bin/wasm-strip wabt-1.0.31/bin/wasm2wat --strip-components 2

build-kernel:
RUSTC_BOOTSTRAP=1 cargo build --manifest-path=tezos/src/kernel_evm/Cargo.toml --package $(PACKAGE) \
RUSTC_BOOTSTRAP=1 cargo build --manifest-path=tezos/etherlink/kernel_evm/Cargo.toml --package $(PACKAGE) \
--target wasm32-unknown-unknown \
--target-dir $(TARGET_DIR) \
--features debug,default \
Expand Down

0 comments on commit 2fe0865

Please sign in to comment.