diff options
author | sg215889 <[email protected]> | 2009-07-15 08:54:30 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-15 08:54:30 -0700 |
commit | b99f4ad0fcba41921b450f679b229cdf704e4a12 (patch) | |
tree | 874e8f26ae27a878e07b9a02e9546ff96a89e182 /make | |
parent | c9797e46befa72195fe65a64f65260d88ea575a4 (diff) |
Fix CDC JAR unification
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 0c56729..cc538ae 100755 --- a/make/build.xml +++ b/make/build.xml @@ -399,7 +399,7 @@ <include name="*gluegen-rt.${native.library.suffix}" /> </fileset> </jar> - <jar destfile="${build}/gluegen-rt-cdc-natives-${os.and.arch}.jar"> + <jar destfile="${build}/gluegen-rt-natives-${os.and.arch}-cdc.jar"> <fileset dir="${build}/obj"> <include name="*gluegen-rt.${native.library.suffix-cdc}" /> </fileset> |