Skip to content

Commit

Permalink
Update build_catkin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Feb 12, 2024
1 parent 3f9eea2 commit 4b2d594
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ echo "USING PKG_CONFIG_EXECUTABLE=${PKG_CONFIG_EXECUTABLE}"

export ROS_PYTHON_VERSION=`$PYTHON_EXECUTABLE -c "import sys; print('%i.%i' % (sys.version_info[0:2]))"`
echo "Using Python $ROS_PYTHON_VERSION"
echo "Installing into $SP_DIR"

# see https://github.com/conda-forge/cross-python-feedstock/issues/24
if [[ "$CONDA_BUILD_CROSS_COMPILATION" == "1" ]]; then
Expand Down

0 comments on commit 4b2d594

Please sign in to comment.