Skip to content

Commit

Permalink
Update to 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ACrazyTown committed Dec 2, 2024
1 parent 62ad384 commit 64b418c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/lib/openal
Submodule openal updated 133 files
5 changes: 5 additions & 0 deletions project/lib/openal-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/openal/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/include/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/core/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/openal/fmt-11.0.2/include/" />

<compilerflag value="-DAL_LIBTYPE_STATIC" if="native_toolkit_openal_static" />

Expand Down Expand Up @@ -115,6 +116,9 @@
<file name="${NATIVE_TOOLKIT_PATH}/openal/core/storage_formats.cpp" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/events.cpp" />

<file name="${NATIVE_TOOLKIT_PATH}/openal/fmt-11.0.2/src/format.cc" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/fmt-11.0.2/src/os.cc" />

<section if="NATIVE_TOOLKIT_HAVE_SDL">

<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/custom/sdl/include/" />
Expand Down Expand Up @@ -185,6 +189,7 @@
<!-- It's not a solution; but rather a workaround and it's also apparently unsafe -->
<!-- so it would probably be best for it to be somehow fixed asap -->
<compilerflag value="/permissive-" />
<compilerflag value="/utf-8" />

</section>

Expand Down

0 comments on commit 64b418c

Please sign in to comment.