summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-13 23:08:05 +0200
committerSven Gothel <[email protected]>2013-04-13 23:08:05 +0200
commit256a4482965f582ddb3398d063103fd318d169e9 (patch)
tree8d3017249c7da6815ede1bda7ea650240d2121fe
parentad4d7fb1e792d4a406fc828d852e624cfd144609 (diff)
Manual ant target c.download.openal.soft.windows can be called from any OS
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 0d3c4c3..e01c148 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -467,7 +467,7 @@
<exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" />
</target>
- <target name="c.download.openal.soft.windows" if="isWindows">
+ <target name="c.download.openal.soft.windows">
<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" />