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