diff --git a/example/Makefile b/example/Makefile index a35aa5c..a012f13 100644 --- a/example/Makefile +++ b/example/Makefile @@ -18,7 +18,7 @@ ifeq ($(CFG_MUSL), 1) TARGET ?= x86_64-unknown-linux-musl CC ?= musl-gcc CCFLAGS += -static -lservicepoint_binding_c - RUSTFLAGS += --crate-type=staticlib + RUSTFLAGS += --crate-type=staticlib -Ctarget-feature=-crt-static else TARGET ?= x86_64-unknown-linux-gnu CC ?= gcc