about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/bsd/netbsd/compat-setup-hook.sh
blob: 3c49337a937ce79a093d3db103f8225333ef9ad5 (plain) (blame)
1
2
3
4
5
6
# See pkgs/build-support/setup-hooks/role.bash
getHostRole

export NIX_LDFLAGS${role_post}+=" -lnbcompat"
export NIX_CFLAGS_COMPILE${role_post}+=" -DHAVE_NBTOOL_CONFIG_H"
export NIX_CFLAGS_COMPILE${role_post}+=" -include nbtool_config.h"