vcpkg/ports/openal-soft/dont-export-symbols-in-static-build.patch

14 lines
355 B
Diff
Raw Normal View History

2017-07-25 21:05:23 +08:00
diff --git a/config.h.in b/config.h.in
index 4a1e2b00..d5496972 100644
2017-07-25 21:05:23 +08:00
--- 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 a restrict macro for non-aliased pointers */
#define RESTRICT ${RESTRICT_DECL}