Skip to content

Conversation

@ftc
Copy link
Member

@ftc ftc commented May 17, 2016

The environment variable DYLD_LIBRARY_PATH no longer has any effect on OSx El capitan. This patch makes it work. I suspect there is a better way to do this so suggestions are welcome.

export DYLD_LIBRARY_PATH=$LIB:$DYLD_LIBRARY_PATH

java -Xmx8g -jar $JAR $@
echo $DYLD_LIBRARY_PATH
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe so. I wouldn't merge this yet though since I don't know if
it breaks installation on Linux or older osx.
On May 18, 2016 6:31 AM, "Sam Blackshear" notifications@github.com wrote:

In hopper.sh #4 (comment)
:

@@ -11,4 +11,5 @@ LIB=$(pwd)/lib
export LD_LIBRARY_PATH=$LIB:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$LIB:$DYLD_LIBRARY_PATH

-java -Xmx8g -jar $JAR $@
+echo $DYLD_LIBRARY_PATH

Is this needed?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/cuplv/hopper/pull/4/files/97fa46c84f318315a1b757e7dd89d79729417909#r63693610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants