Skip to content

Commit 5cc68c0

Browse files
committed
export LINK=$CXX for ament, too
1 parent 6da4120 commit 5cc68c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vinca/templates/build_ament_cmake.sh.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ rm -rf build
55
mkdir build
66
cd build
77

8+
# necessary for correctly linking SIP files (from python_qt_bindings)
9+
export LINK=$CXX
10+
811
if [[ $target_platform =~ linux.* ]]; then
912
export CFLAGS="${CFLAGS} -D__STDC_FORMAT_MACROS=1"
1013
export CXXFLAGS="${CXXFLAGS} -D__STDC_FORMAT_MACROS=1"

0 commit comments

Comments
 (0)