8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
6 lines
235 B
Bash
6 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"
|