Code

Fix build.xml to *not* use i686-pc-mingw32.
[inkscape.git] / build.xml
index d6458590af390e719eb13f7d180fe2a3684bf3d2..974508ca1dc82b220f866fa51d816e311869a098 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -42,8 +42,8 @@
 
   <!-- set global properties for this build -->
   <property name="version"     value="0.46dev"/>
-  <property name="arch"        value="i686-pc-mingw32-"/>
-  <property name="archutil"    value="${arch}"/>
+  <property name="arch"        value="mingw32-"/>
+  <property name="archutil"    value=""/>
   <!--<property name="archutil"    value=""/>-->
   <property name="src"         location="src"/>
   <property name="gtk"         location="c:/devlibs"/>