2110c0bd30
Also fix some setup hooks that unnecessarily used environment hooks, which revolted in the same variable being modified too many times.
7 lines
235 B
Bash
7 lines
235 B
Bash
# See pkgs/build-support/setup-hooks/role.bash
|
|
getHostRole
|
|
|
|
export NIX_${role_pre}LDFLAGS+=" -lnbcompat"
|
|
export NIX_${role_pre}CFLAGS_COMPILE+=" -DHAVE_NBTOOL_CONFIG_H"
|
|
export NIX_${role_pre}CFLAGS_COMPILE+=" -include nbtool_config.h"
|