mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
6 lines
248 B
Bash
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)
|