mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Merge pull request #520 from dicej/master
make OpenJDK build compatible with ojdkbuild artifacts
This commit is contained in:
commit
649503c6d0
@ -669,6 +669,10 @@ class MyClasspath : public Classpath {
|
|||||||
# ifdef PLATFORM_WINDOWS
|
# ifdef PLATFORM_WINDOWS
|
||||||
expect(t, loadLibrary(t, libraryPath, "msvcr100", true, true));
|
expect(t, loadLibrary(t, libraryPath, "msvcr100", true, true));
|
||||||
# endif
|
# endif
|
||||||
|
// necessary for using OpenJDK builds from
|
||||||
|
// https://github.com/ojdkbuild/ojdkbuild:
|
||||||
|
loadLibrary(t, libraryPath, "ojdkbuild_zlib", true, true, false);
|
||||||
|
|
||||||
expect(t, loadLibrary(t, libraryPath, "verify", true, true));
|
expect(t, loadLibrary(t, libraryPath, "verify", true, true));
|
||||||
expect(t, loadLibrary(t, libraryPath, "java", true, true));
|
expect(t, loadLibrary(t, libraryPath, "java", true, true));
|
||||||
#endif // not AVIAN_OPENJDK_SRC
|
#endif // not AVIAN_OPENJDK_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user