diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | make/build.xml | 2 | ||||
m--------- | openal-soft | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..57af3ef --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "openal-soft"] + path = openal-soft + url = ../openal-soft.git 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> diff --git a/openal-soft b/openal-soft new file mode 160000 +Subproject 564a1822595e287cf808ea63a03d96719e3cc7b |