diff options
| author | sdcb <sdflysha@qq.com> | 2017-02-04 11:18:04 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2017-02-04 11:18:04 +0800 |
| commit | 85cab47ea46f255dd6c3528e309191ed7c3fd2ff (patch) | |
| tree | 64cb22ad78efa9e3106ce016720ef63561ea85aa /ports/aws-sdk-cpp/shared_define.patch | |
| parent | ce9927f7327bc71ade246108a7d984deda6293fd (diff) | |
| download | vcpkg-85cab47ea46f255dd6c3528e309191ed7c3fd2ff.tar.gz vcpkg-85cab47ea46f255dd6c3528e309191ed7c3fd2ff.zip | |
[aws-sdk-cpp] upgrade to 1.0.61
1. upgrade to 1.0.61
2. disable warning as error temply(fix https://github.com/Microsoft/vcpkg/issues/629 before https://github.com/aws/aws-sdk-cpp/issues/438)
3. using cmake file(append) instead of patch to define #define USE_IMPORT_EXPORT in SDKConfig.h (simplified code)
Diffstat (limited to 'ports/aws-sdk-cpp/shared_define.patch')
| -rw-r--r-- | ports/aws-sdk-cpp/shared_define.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ports/aws-sdk-cpp/shared_define.patch b/ports/aws-sdk-cpp/shared_define.patch deleted file mode 100644 index 96657b33e..000000000 --- a/ports/aws-sdk-cpp/shared_define.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/aws/core/SDKConfig.h b/aws/core/SDKConfig.h -index 130c9dd..66b2630 100644 ---- a/aws/core/SDKConfig.h -+++ b/aws/core/SDKConfig.h -@@ -17,3 +17,4 @@ - - #define JSON_USE_EXCEPTION 0 - -+#define USE_IMPORT_EXPORT -\ No newline at end of file |
