mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Improve building dynamic libraries
They now get a correct RPATH.
This commit is contained in:
parent
6dd74b48f8
commit
d1b3ca0b4a
2 changed files with 11 additions and 7 deletions
|
@ -2,6 +2,6 @@ PROGRAMS += nix-env
|
|||
|
||||
nix-env_DIR := $(d)
|
||||
|
||||
nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
|
||||
nix-env_SOURCES = nix-env.cc profiles.cc user-env.cc
|
||||
|
||||
nix-env_LIBS = libexpr libmain libstore libutil libformat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue