Skip to content

Commit

Permalink
gazebo11
Browse files Browse the repository at this point in the history
  • Loading branch information
reinzor committed Jun 18, 2020
1 parent 107c1bc commit 696148d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ make -j 8

cd ../gzbridge
$DIR/node_modules/.bin/node-gyp configure
sed -i 's/Boost::/boost_/g' build/gzbridge.target.mk
$DIR/node_modules/.bin/node-gyp build -d

RETVAL=$?
Expand Down
1 change: 1 addition & 0 deletions gzbridge/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'cflags': [
'<!@(pkg-config --cflags gazebo jansson protobuf)'
],
'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=c++17' ],
'ldflags': [
'<!@(pkg-config --libs-only-L --libs-only-other gazebo jansson protobuf)'
],
Expand Down

0 comments on commit 696148d

Please sign in to comment.