diff options
author | Sven Gothel <[email protected]> | 2010-03-25 13:15:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-25 13:15:04 +0100 |
commit | ffd4f4b39f0600a0432728ab00d20c9127200196 (patch) | |
tree | ab694bfac0761dd2a45e74eaaec0aeeead3b0875 /make/make.jogl.cdcfp.linux-x86.sh | |
parent | 11d516d6be0fff6ac68e0fa7ce30a85d6820a283 (diff) |
relocated lib/gluegen.compiler.linux-32bit.xml to gluegen
Diffstat (limited to 'make/make.jogl.cdcfp.linux-x86.sh')
-rw-r--r-- | make/make.jogl.cdcfp.linux-x86.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.cdcfp.linux-x86.sh b/make/make.jogl.cdcfp.linux-x86.sh index d212bd81d..4f51136fb 100644 --- a/make/make.jogl.cdcfp.linux-x86.sh +++ b/make/make.jogl.cdcfp.linux-x86.sh @@ -15,7 +15,7 @@ fi BUILD_SUBDIR=build-cdcfp-x86 ant -v \ - -Dgluegen.user.compiler.file=`pwd`/lib/gluegen.compiler.linux-32bit.xml \ + -Dgluegen.user.compiler.file=`pwd`/../../gluegen/make/lib/gluegen.compiler.linux-32bit.xml \ -Dbuild.noarchives=true \ -Drootrel.build=$BUILD_SUBDIR \ -Dsetup.cdcfp=true \ |