aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
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">