diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2018-01-03 01:54:10 +0300 |
|---|---|---|
| committer | Andrei Lebedev <lebdron@gmail.com> | 2018-01-03 01:54:10 +0300 |
| commit | 147e393362373b88dcad74f21cc1253d66b731d1 (patch) | |
| tree | 06d58ac5ff58a183b16e3dc27602373083885d9e /ports/tacopie/fix-export.patch | |
| parent | e48a655df06de42e385c6545cc2a159a95f43c02 (diff) | |
| download | vcpkg-147e393362373b88dcad74f21cc1253d66b731d1.tar.gz vcpkg-147e393362373b88dcad74f21cc1253d66b731d1.zip | |
[tacopie] Update to 3.2.0
Diffstat (limited to 'ports/tacopie/fix-export.patch')
| -rw-r--r-- | ports/tacopie/fix-export.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ports/tacopie/fix-export.patch b/ports/tacopie/fix-export.patch new file mode 100644 index 000000000..d971b8338 --- /dev/null +++ b/ports/tacopie/fix-export.patch @@ -0,0 +1,20 @@ +--- a/includes/tacopie/utils/logger.hpp ++++ b/includes/tacopie/utils/logger.hpp +@@ -26,6 +26,8 @@ + #include <mutex> + #include <string> + ++#include <tacopie/utils/tacopie_export.hpp> ++ + namespace tacopie { + + //! +@@ -161,7 +163,7 @@ private: + //! variable containing the current logger + //! by default, not set (no logs) + //! +-extern std::unique_ptr<logger_iface> active_logger; ++extern TACOPIE_EXPORT std::unique_ptr<logger_iface> active_logger; + + //! + //! debug logging |
