2015-04-05 18:43:18 +00:00
|
|
|
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
|
2014-04-22 07:08:29 +00:00
|
|
|
private static final String useTempJarCachePropName = "jogamp.gluegen.UseTempJarCache";
|
2015-04-05 18:43:18 +00:00
|
|
|
|
2014-04-22 07:08:29 +00:00
|
|
|
/** fixed basename of JAR file and native library */
|
2015-04-05 18:43:18 +00:00
|
|
|
- private static final String libBaseName = "gluegen-rt";
|
|
|
|
+ private static final String libBaseName = "gluegen2-rt";
|
|
|
|
|
2014-04-22 07:08:29 +00:00
|
|
|
//
|
|
|
|
// static initialization order:
|