1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00
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)