Bugzilla – Attachment 805 Details for
Bug 1316
Java 8 expects *.dylib instead of *.jnilib on OS X
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
JOAL patch
joal1316.patch (text/plain), 1012 bytes, created by
Julien Gouesse
on 2019-03-29 20:37:26 CET
(
hide
)
Description:
JOAL patch
Filename:
MIME Type:
Creator:
Julien Gouesse
Created:
2019-03-29 20:37:26 CET
Size:
1012 bytes
patch
obsolete
>diff --git a/make/build.xml b/make/build.xml >index 0c07a5c..5478392 100755 >--- a/make/build.xml >+++ b/make/build.xml >@@ -375,10 +375,6 @@ > <move file="${src}" tofile="${dest}" /> > </target> > >- <target name="rename.dylib" if="isOSX"> >- <move file="${src}" tofile="${dest}" /> >- </target> >- > <macrodef name="c.build"> > <attribute name="compiler.cfg.id" /> > <attribute name="linker.cfg.id" /> >@@ -435,11 +431,6 @@ > <linker extends="@{linker.cfg.id}" /> > </cc> > >- <antcall target="rename.dylib" inheritRefs="true"> >- <param name="src" value="${obj}/lib@{output.lib.name}.dylib" /> >- <param name="dest" value="${obj}/lib@{output.lib.name}.jnilib" /> >- </antcall> >- > <antcall target="rename.mingw.dll" inheritRefs="true"> > <param name="src" value="${obj}/lib@{output.lib.name}.so" /> > <param name="dest" value="${obj}/@{output.lib.name}.dll" />
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1316
:
804
| 805 |
806
|
807