another try to get it working on ubuntu
This commit is contained in:
parent
908ca02782
commit
df813d367a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue