Use the official MojoAL repo as a submodule.

Using the latest version, as commit d642e6c1d79a could not be found.
This commit is contained in:
Joseph Cloutier
2022-05-08 22:46:49 -04:00
parent b9d8d12cdd
commit 29f16251ed
3 changed files with 9 additions and 8 deletions

View File

@@ -1,19 +1,20 @@
<xml>
<files id="native-toolkit-mojoal" >
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/default/" unless="windows || mac || linux || rpi"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/linux/" if="linux" unless="rpi"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/windows/" if="windows"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/mac/" if="mac"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/sdl/include/configs/rpi/" if="rpi"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mojoal/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/mojoal/AL/" />
<compilerflag value="-DAL_LIBTYPE_STATIC" if="native_toolkit_mojoal_static" />
<file name="${NATIVE_TOOLKIT_PATH}/mojoal/mojoal.c" />
</files>
</xml>