summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index a31b8bdb..0b0ee051 100644
--- a/build.xml
+++ b/build.xml
@@ -114,12 +114,6 @@
<echo message=" - - - JOCL natives compiled - - - "/>
- <copy todir="${natives.jocl.dir}">
- <fileset dir="${gluegen.root}/build/obj">
- <include name="*.so"/>
- </fileset>
- </copy>
-
</target>
<target name="c.configure.all" depends="gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler, jocl.setup.linker, c.configure.os" />