Skip to content

Commit

Permalink
Merge pull request #304 from mitza-oci/master
Browse files Browse the repository at this point in the history
Java tests: set DYLD_LIBRARY_PATH to include ACE_ROOT/lib on Mac OS X - El Capitan
  • Loading branch information
mitza-oci committed Sep 15, 2016
2 parents 59809f0 + 8c309e8 commit d76891f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/PerlDDS/Process_Java.pm
Expand Up @@ -7,6 +7,7 @@ use PerlACE::Process;

our @ISA = qw(PerlACE::Process);
PerlACE::add_lib_path("$DDS_ROOT/lib");
PerlACE::add_lib_path("$ACE_ROOT/lib") if $^O eq 'darwin';

## Constructor Arguments:
## 1. Main Class
Expand Down

0 comments on commit d76891f

Please sign in to comment.