Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

el capitan dylib fix #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

el capitan dylib fix #4

wants to merge 1 commit into from

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.

@@ -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
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" [email protected] 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.

2 participants