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
The function get_multiarch() calls gcc using subprocess. gcc is hard coded, and does not check the CXX env variable. This breaks a lot of build environments, including conda-smithy which uses prefixed gcc executable, and sets CXX to the correct location. This will also break cross compilers that use prefixes.
The function
get_multiarch()
calls gcc using subprocess.gcc
is hard coded, and does not check theCXX
env variable. This breaks a lot of build environments, including conda-smithy which uses prefixed gcc executable, and setsCXX
to the correct location. This will also break cross compilers that use prefixes.colcon-ros/colcon_ros/task/cmake/__init__.py
Line 46 in eb0b932
The text was updated successfully, but these errors were encountered: