forked from pool/gluegen2
Update to latest upstream version 2.3.1 OBS-URL: https://build.opensuse.org/request/show/294472 OBS-URL: https://build.opensuse.org/package/show/Java:packages/gluegen2?expand=0&rev=8
14 lines
649 B
Diff
14 lines
649 B
Diff
Index: gluegen-v2.3.1/src/java/com/jogamp/common/os/Platform.java
|
|
===================================================================
|
|
--- gluegen-v2.3.1.orig/src/java/com/jogamp/common/os/Platform.java
|
|
+++ gluegen-v2.3.1/src/java/com/jogamp/common/os/Platform.java
|
|
@@ -256,7 +256,7 @@ public class Platform extends PlatformPr
|
|
private static final String useTempJarCachePropName = "jogamp.gluegen.UseTempJarCache";
|
|
|
|
/** fixed basename of JAR file and native library */
|
|
- private static final String libBaseName = "gluegen-rt";
|
|
+ private static final String libBaseName = "gluegen2-rt";
|
|
|
|
//
|
|
// static initialization order:
|