2020-01-16 04:16:31 +08:00
|
|
|
diff --git a/include/xlnt/xlnt.hpp b/include/xlnt/xlnt.hpp
|
2021-01-20 03:45:40 +08:00
|
|
|
index fdd33c38..0d21128f 100644
|
2020-01-16 04:16:31 +08:00
|
|
|
--- a/include/xlnt/xlnt.hpp
|
|
|
|
+++ b/include/xlnt/xlnt.hpp
|
2021-01-20 03:45:40 +08:00
|
|
|
@@ -23,6 +23,11 @@
|
2020-01-16 04:16:31 +08:00
|
|
|
|
|
|
|
#pragma once
|
2021-01-20 03:45:40 +08:00
|
|
|
|
|
|
|
+// Patched by vcpkg to handle static non-cmake builds
|
|
|
|
+#ifndef XLNT_STATIC
|
2020-01-16 04:16:31 +08:00
|
|
|
+#define XLNT_STATIC
|
2021-01-20 03:45:40 +08:00
|
|
|
+#endif
|
|
|
|
+
|
2020-01-16 04:16:31 +08:00
|
|
|
#include <xlnt/xlnt_config.hpp>
|
|
|
|
|
|
|
|
// cell
|