Explorar el Código

Fix Regression from 7f748feca5d8b684074fd5fdf5895827610a650b

MeFisto94 hace 5 años
padre
commit
dd83ec3d8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -238,7 +238,7 @@
                 <if>
                     <equals arg1="${env.BUILD_X86}" arg2="true"/>
                     <then>
-                        <property name="temp.platform2" value="windows-x86" />
+                        <property name="temp.platform2" value="windows-x86 " />
                         <echo message="Building for the X86 architecture "/>
                     </then>
                     <else>