Files
nixpkgs/pkgs/os-specific/darwin/apple-source-releases/Csu/setup-hooks/add-Csu-lib-path.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
94 B
Bash
Raw Normal View History

2025-10-09 14:15:47 +02:00
local role_post
getHostRole
export NIX_LDFLAGS${role_post}+=" -L@out@/lib"
unset -v role_post