24 lines
969 B
Diff
24 lines
969 B
Diff
diff -up ags-3.6.2.14/CMake/FindLocalOpenAL.cmake.orig ags-3.6.2.14/CMake/FindLocalOpenAL.cmake
|
|
--- ags-3.6.2.14/CMake/FindLocalOpenAL.cmake.orig 2025-10-20 21:56:58.000000000 +0200
|
|
+++ ags-3.6.2.14/CMake/FindLocalOpenAL.cmake 2025-10-28 14:29:41.117898341 +0100
|
|
@@ -1,6 +1,6 @@
|
|
# Grab system openAL or use embedded mojoAL
|
|
|
|
-if(WIN32 OR LINUX OR MACOS OR FREEBSD)
|
|
+if(WIN32 OR MACOS OR FREEBSD)
|
|
set(AGS_USE_MOJO_AL TRUE)
|
|
endif()
|
|
|
|
diff -up ags-3.6.2.14/CMakeLists.txt.orig ags-3.6.2.14/CMakeLists.txt
|
|
--- ags-3.6.2.14/CMakeLists.txt.orig 2025-10-20 21:56:58.000000000 +0200
|
|
+++ ags-3.6.2.14/CMakeLists.txt 2025-10-28 14:31:25.751904200 +0100
|
|
@@ -336,8 +336,7 @@ endif()
|
|
if (NOT AGS_USE_LOCAL_MINIZ)
|
|
add_subdirectory(libsrc/miniz EXCLUDE_FROM_ALL)
|
|
else()
|
|
- find_package(miniz REQUIRED)
|
|
- add_library(MiniZ::MiniZ ALIAS miniz::miniz)
|
|
+ include(FindMiniz)
|
|
endif()
|
|
|
|
add_subdirectory(Common/libsrc/aastr-0.1.1 EXCLUDE_FROM_ALL)
|