瀏覽代碼

Fix Regression from 7f748feca5d8b684074fd5fdf5895827610a650b

MeFisto94 5 年之前
父節點
當前提交
dd83ec3d8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>