nix-ros-overlay/distros/rosidl-generator-py-setup-hook.sh
2022-09-23 18:29:03 -04:00

6 lines
248 B
Bash

_rosidlGeneratorPyPreConfigureHook() {
# Prevent "RPATH of binary ... contains a forbidden reference to /build/"
# when cross-compiling
cmakeFlags+=" -DCMAKE_SKIP_BUILD_RPATH:BOOL=ON"
}
preConfigureHooks+=(_rosidlGeneratorPyPreConfigureHook)