diff options
author | Sven Gothel <[email protected]> | 2013-01-31 08:19:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-31 08:19:30 +0100 |
commit | 4c0d4a51b981310b934a037426d2570f9b96dd34 (patch) | |
tree | 8bc6767c5ebab85252a79fedcbbc5dc3719036cf /make/build.xml | |
parent | d4ab4501c0928b372ee714bca51633dcf23adec2 (diff) |
Add openal-soft git submodule
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 42c1d05..22f962a 100755 --- a/make/build.xml +++ b/make/build.xml @@ -423,7 +423,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" logError="true" failonerror="false" failifexecutionfails="false"> - <arg value="../../../openal-soft"/> + <arg value="../../openal-soft"/> </exec> <exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" /> </target> |