Skip to content

Commit

Permalink
Merge pull request #7 from ETCDEVTeam/features-support-in-makefile
Browse files Browse the repository at this point in the history
features support im Makefile
  • Loading branch information
Mike Lubinets authored Sep 20, 2018
2 parents ed82639 + 8d946c1 commit 313c395
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 313c395

Please sign in to comment.