From c4f40c3c9308c8f901abbc1c2fdbd31f2676bebe Mon Sep 17 00:00:00 2001 From: Harish Date: Thu, 13 Dec 2018 23:23:11 +0800 Subject: [PATCH] Testing library linker error --- c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Makefile b/c/Makefile index 5287143..a664545 100644 --- a/c/Makefile +++ b/c/Makefile @@ -8,7 +8,7 @@ else endif build: - cd ffi && cargo build --release --no-default-features --features "std rlp" + cd ffi && cargo build --release cp ffi/target/release/$(PREFIX)sputnikvm_ffi.$(LIB) $(PREFIX)sputnikvm.$(LIB) cp ffi/target/release/$(PREFIX)sputnikvm_ffi.$(DLL) $(PREFIX)sputnikvm.$(DLL) | true