diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 |
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" /> |