diff options
| author | xhbuming <1009459330@qq.com> | 2020-06-24 04:01:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 13:01:52 -0700 |
| commit | d2b92bff55253c72e8e679214404483b7288f1ee (patch) | |
| tree | 71583a31d39913a7b3855dcb16d1b6efa43c9ba8 /ports/cjson/CONTROL | |
| parent | 85f453a8a4f6814080d898f777816aac15782ba9 (diff) | |
| download | vcpkg-d2b92bff55253c72e8e679214404483b7288f1ee.tar.gz vcpkg-d2b92bff55253c72e8e679214404483b7288f1ee.zip | |
[cjson] fix windows-static for don't export symbols (#12026)
* fix windows-static for don't export symbols
/* export symbols by default, this is necessary for copy pasting the C and header file */
#if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS)
#define CJSON_EXPORT_SYMBOLS
#endif
* Update CONTROL
Diffstat (limited to 'ports/cjson/CONTROL')
| -rw-r--r-- | ports/cjson/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cjson/CONTROL b/ports/cjson/CONTROL index 51557451e..27474316a 100644 --- a/ports/cjson/CONTROL +++ b/ports/cjson/CONTROL @@ -1,5 +1,5 @@ Source: cjson
-Version: 2019-11-30
+Version: 2019-11-30-1
Description: Ultralightweight JSON parser in ANSI C
Homepage: https://github.com/DaveGamble/cJSON
|
