Skip to content

Commit

Permalink
update path to rti openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed Jun 16, 2020
1 parent 8d8a6b6 commit f095669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros2_batch_job/osx_batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def pre(self):
# remove this when upgrading to Connext 6 that supports OpenSSL 1.1.1
if 'RTI_OPENSSL_BIN' not in os.environ:
warn('RTI_OPENSSL_BIN unset; using default value')
os.environ['RTI_OPENSSL_BIN'] = '/usr/local/opt/openssl@1.0/bin'
os.environ['RTI_OPENSSL_BIN'] = '/Users/osrf/openssl-1.0.2n/x64Darwin17clang9.0/release/bin'
if 'RTI_OPENSSL_LIBS' not in os.environ:
warn('RTI_OPENSSL_LIBS unset; using default value')
os.environ['RTI_OPENSSL_LIBS'] = '/usr/local/opt/openssl@1.0/lib'
os.environ['RTI_OPENSSL_LIBS'] = '/Users/osrf/openssl-1.0.2n/x64Darwin17clang9.0/release/lib'
# TODO(wjwwood): remove this when qt5 is linked on macOS by default
# See: https://github.com/Homebrew/homebrew-core/issues/8392#issuecomment-334328367
os.environ['CMAKE_PREFIX_PATH'] = os.environ.get('CMAKE_PREFIX_PATH', '') + os.pathsep + \
Expand Down

0 comments on commit f095669

Please sign in to comment.