summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 77bf1a1164..286576a0bc 100644
--- a/build.xml
+++ b/build.xml
@@ -245,12 +245,12 @@ BUILD SUPPORT MACROS
<attribute name="build.dir"/>
<sequential>
<if><not><available file="@{build.dir}/lib/fjbg.jar"/></not><then>
- <if><isset property="os.unix"/><then>
+ <if><isset property="os.win"/><then>
+ <copy file="${fjbg.jar}" tofile="@{build.dir}/lib/fjbg.jar"/>
+ </then><else>
<symlink
link="@{build.dir}/lib/fjbg.jar"
resource="${fjbg.jar}" overwrite="yes" failonerror="no"/>
- </then><else>
- <copy file="${fjbg.jar}" tofile="@{build.dir}/lib/fjbg.jar"/>
</else></if>
</then></if>
</sequential>