nixpkgs/pkgs/by-name/ch/chsrc/disable-static-compiling.patch
2024-12-07 07:13:34 +08:00

15 lines
249 B
Diff

diff --git a/Makefile b/Makefile
index 99065da..2415738 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ endif
ifeq ($(CC), clang)
CFLAGS += $(CLANG_FLAGS)
endif
-ifeq ($(shell uname), Linux)
- CFLAGS += -static
-endif
Target = chsrc