aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-15 06:16:06 -0700
committersg215889 <[email protected]>2009-07-15 06:16:06 -0700
commitf9d332cc5764920e62989c67681245f03b6c757e (patch)
tree0783baba2843799d7866a71b8f6b3196a4ec016b /make/build-jogl.xml
parentf2801bf69ba572d9e030e3fbf920342c29704d3a (diff)
Build CDC named JARs for CVM in default build, no more specialized build necessary.
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index e34960c4d..204a80ca3 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1352,7 +1352,7 @@
<target name="rename.dylib" if="isOSX">
<move file="${src}" tofile="${dest}" />
- <copy file="${dest}" tofile="${dst-cdc}" />
+ <copy file="${dest}" tofile="${dest-cdc}" />
</target>
<macrodef name="c.build">