mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Clang doesn't know the "-z defs" flag
This commit is contained in:
parent
ca73c0102f
commit
5311b2b250
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ define build-library =
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
ifneq ($(OS), Darwin)
|
ifneq ($(OS), Darwin)
|
||||||
$(1)_LDFLAGS += -z defs
|
$(1)_LDFLAGS += -Wl,-z,defs
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue