summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 458fd69..51c92d5 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -404,7 +404,7 @@
<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" />
+ <exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" />
</target>
<!-- ================================================================== -->