summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 057eaa4..4a1f4c1 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -475,7 +475,7 @@
<exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" />
</target>
- <target name="c.download.openal.soft.windows" >
+ <target name="c.download.openal.soft.windows" if="isWindows">
<property name="c.build.openal.soft.done" value="true" />
<!-- downloads the binaries of OpenAL-Soft for Windows as they aren't bundled with JOAL yet -->
<get src="http://kcat.strangesoft.net/openal-soft-1.15.1-bin.zip" dest="." verbose="true" usetimestamp="true" />