Skip to content

Commit 5882aad

Browse files
committed
2 parents f737747 + f789318 commit 5882aad

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build/build.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,14 @@
490490
<arg line="${jdk.path.macosx}/Contents/Home/bin/keytool macosx/work/Processing.app/Contents/PlugIns/jdk${jdk.esoteric}.jdk/Contents/Home/jre/bin"/>
491491
</exec>
492492

493+
<!-- Replace libjli.dylib symlink with actual file.
494+
Deals with code signing issues on OS X 10.9.5+ -->
495+
<property name="jli.path" value="macosx/work/Processing.app/Contents/PlugIns/jdk${jdk.esoteric}.jdk/Contents/MacOS/libjli.dylib" />
496+
<delete file="${jli.path}" />
497+
<exec executable="cp">
498+
<arg line="${jdk.path.macosx}/Contents/Home/jre/lib/jli/libjli.dylib ${jli.path}"/>
499+
</exec>
500+
493501
<copy todir="macosx/work/Processing.app/Contents/Java">
494502
<fileset dir=".." includes="core/library/**" /> <!-- why this? -->
495503
<!--<fileset dir="shared" includes="launch4j/**" />-->

0 commit comments

Comments
 (0)