diff options
author | Sven Gothel <[email protected]> | 2013-04-13 23:08:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-13 23:08:05 +0200 |
commit | 256a4482965f582ddb3398d063103fd318d169e9 (patch) | |
tree | 8d3017249c7da6815ede1bda7ea650240d2121fe /make/build.xml | |
parent | ad4d7fb1e792d4a406fc828d852e624cfd144609 (diff) |
Manual ant target c.download.openal.soft.windows can be called from any OS
Diffstat (limited to 'make/build.xml')
-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" /> |