summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index f06f315..458fd69 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -401,7 +401,7 @@
<target name="c.build.openal.soft" depends="init, gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler">
<mkdir dir="${build}/openal-soft" />
- <exec dir="${build}/openal-soft" executable="cmake">
+ <exec dir="${build}/openal-soft" executable="cmake" logError="true" failonerror="false" failifexecutionfails="false">
<arg value="../../../openal-soft"/>
</exec>
<exec dir="${build}/openal-soft" executable="make" />