diff --git a/c-to-rust/Makefile b/c-to-rust/Makefile index 0e9dce1..d46e3d5 100644 --- a/c-to-rust/Makefile +++ b/c-to-rust/Makefile @@ -1,7 +1,7 @@ ifeq ($(shell uname),Darwin) LDFLAGS := -Wl,-dead_strip else - LDFLAGS := -Wl,--gc-sections -lpthread + LDFLAGS := -Wl,--gc-sections -lpthread -ldl endif all: target/double