mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 06:03:40 +00:00
15 lines
249 B
Diff
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
|
|
|