MINGW-packages/mingw-w64-openal/0003-openal-not-32.mingw.patch
2021-01-18 09:58:49 +03:00

12 lines
292 B
Diff

--- openal-soft-1.21.0/CMakeLists.txt.orig 2017-06-09 09:58:31.540585400 +0200
+++ openal-soft-1.21.0/CMakeLists.txt 2017-06-09 10:00:24.729585500 +0200
@@ -1155,7 +1155,7 @@
endif()
endif()
-if(NOT WIN32)
+if(NOT MSVC)
set(LIBNAME "openal")
else()
set(LIBNAME "OpenAL32")