vcpkg/ports/openal-soft/dont-export-symbols-in-static-build.patch
pastdue 03a87ba3ef
[openal-soft] Update to 1.21.1 (#15945)
* [openal-soft] Update to 1.21.1

* Run x-add-version openal-soft
2021-02-08 17:58:32 -08:00

13 lines
323 B
Diff

diff --git a/config.h.in b/config.h.in
--- a/config.h.in
+++ b/config.h.in
@@ -1,6 +1,8 @@
/* API declaration export attribute */
+#ifndef AL_LIBTYPE_STATIC
#define AL_API ${EXPORT_DECL}
#define ALC_API ${EXPORT_DECL}
+#endif
/* Define if HRTF data is embedded in the library */
#cmakedefine ALSOFT_EMBED_HRTF_DATA