Skip to content

Commit

Permalink
features support im Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lubinets committed Sep 20, 2018
1 parent ed82639 commit 8d946c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
cd ffi && cargo build --release
cd ffi && cargo build --release --no-default-features --features "rust-secp256k1 std rlp"
cp ffi/target/release/libsputnikvm_ffi.a libsputnikvm.a
cp ffi/target/release/libsputnikvm_ffi.so libsputnikvm.so | true

Expand Down

0 comments on commit 8d946c1

Please sign in to comment.