Use the official MojoAL repo as a submodule.
Using the latest version, as commit d642e6c1d79a could not be found.
This commit is contained in:
Submodule project/lib/mojoal updated: 4dfbb1b08b...e08dbf3982
@@ -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>
|
||||
Reference in New Issue
Block a user