mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
03a87ba3ef
* [openal-soft] Update to 1.21.1 * Run x-add-version openal-soft
13 lines
323 B
Diff
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
|
|
|