Skip to content

Commit

Permalink
Merge pull request #10 from PCMDI/mac_fix
Browse files Browse the repository at this point in the history
also updated configure.ac
  • Loading branch information
doutriaux1 committed Oct 10, 2014
2 parents a72f73f + a20199d commit 8d0faae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ case ${target_os} in
FTAG="-Wl,-rpath="
;;
darwin*)
RTAG="-R"
FTAG="-Wl,-rpath="
RTAG="-Wl,-rpath,"
FTAG="-Wl,-rpath,"
;;
esac

Expand Down

0 comments on commit 8d0faae

Please sign in to comment.