vcpkg/ports/antlr4/static.patch

13 lines
252 B
Diff
Raw Normal View History

2016-12-25 18:44:20 +08:00
diff --git a/antlr4-common.h b/antlr4-common.h
2017-11-03 11:51:24 +08:00
index ce45e9e..3162795 100644
2016-12-25 18:44:20 +08:00
--- a/antlr4-common.h
+++ b/antlr4-common.h
2017-11-03 11:51:24 +08:00
@@ -48,6 +48,7 @@
#endif
2016-12-25 18:44:20 +08:00
2017-11-03 11:51:24 +08:00
#define GUID_WINDOWS
+ #define ANTLR4CPP_STATIC
#ifdef _WIN64
typedef __int64 ssize_t;