1
0
Fork 0
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:
Eelco Dolstra 2013-11-23 17:20:15 +01:00
parent 6dd74b48f8
commit d1b3ca0b4a
2 changed files with 11 additions and 7 deletions

View file

@ -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