summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-23 13:32:18 +0200
committerSven Gothel <[email protected]>2011-09-23 13:32:18 +0200
commit0a54e4b8e2923d1c4eb5847a397906fb783a10d3 (patch)
treef9bcffe1f4c828b2871e1269e8aadb3c10982afd /make/build.xml
parent9da5bc1fe999caa924bd8dceafeff93ddf9d16a0 (diff)
Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platform static init after loading native library.
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 99290de..a4aedbe 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -414,7 +414,7 @@
<fail message="Requires '${linker.cfg.id}'" unless="linker.cfg.id"/>
<javah destdir="${src.generated.c}" classpath="${classes}" class="jogamp.common.os.MachineDescriptionRuntime" />
- <javah destdir="${src.generated.c}" classpath="${classes}" class="com.jogamp.common.jvm.JVMUtil" />
+ <javah destdir="${src.generated.c}" classpath="${classes}" class="jogamp.common.jvm.JVMUtil" />
<javah destdir="${src.generated.c}" classpath="${classes}" class="com.jogamp.common.nio.PointerBuffer" />
<javah destdir="${src.generated.c}/Unix" classpath="${classes}" class="jogamp.common.os.UnixDynamicLinkerImpl" />
<javah destdir="${src.generated.c}/MacOSX" classpath="${classes}" class="jogamp.common.os.MacOSXDynamicLinkerImpl" />