nix-ros-overlay/distros/rosidl-generator-py-setup-hook.sh

7 lines
248 B
Bash
Raw Normal View History

2022-09-23 18:29:03 -04:00
_rosidlGeneratorPyPreConfigureHook() {
# Prevent "RPATH of binary ... contains a forbidden reference to /build/"
# when cross-compiling
cmakeFlags+=" -DCMAKE_SKIP_BUILD_RPATH:BOOL=ON"
}
preConfigureHooks+=(_rosidlGeneratorPyPreConfigureHook)