You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# see https://github.com/conda-forge/cross-python-feedstock/issues/24
34
+
if [[ "$CONDA_BUILD_CROSS_COMPILATION"=="1" ]];then
35
+
find $PREFIX/lib/cmake -type f -exec sed -i "s~\${_IMPORT_PREFIX}/lib/python$ROS_PYTHON_VERSION/site-packages~$BUILD_PREFIX/lib/python$ROS_PYTHON_VERSION/site-packages~g" {} +
36
+
fi
37
+
39
38
# NOTE: there might be undefined references occurring
40
39
# in the Boost.system library, depending on the C++ versions
41
40
# used to compile Boost. We can avoid them by forcing the use of
0 commit comments