summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 4caf436..5a3bc6a 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -38,7 +38,6 @@
</tstamp>
<property name="joal.version" value="${joal_base_version}-${version.timestamp}" />
- <property environment="env" />
<property name="project.root" value=".." />
<condition property="rootrel.build" value="build">
@@ -60,6 +59,7 @@
<!-- Pull in GlueGen cpptasks build file -->
<import file="${gluegen.root}/make/gluegen-cpptasks.xml" />
<import file="${gluegen.root}/make/gluegen-archivetasks.xml" />
+ <import file="${gluegen.root}/make/jogamp-env.xml" />
<!-- ================================================================== -->
<!--
@@ -78,7 +78,7 @@
<!--
- Declare all paths and user defined variables.
-->
- <target name="init" depends="gluegen.cpptasks.detect.os">
+ <target name="init" depends="jogamp.env.init, gluegen.cpptasks.detect.os">
<!-- The location and name of the configuration ANT file that will
- validate to ensure that all user-define variables are set. -->