aboutsummaryrefslogtreecommitdiff
path: root/ports/jwt-cpp/fix-picojson.patch
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-06-02 09:34:07 +0800
committerGitHub <noreply@github.com>2020-06-01 18:34:07 -0700
commit1f07d885f1aa269fd050ff1fe2e49c93e113b798 (patch)
treea9db23fbf486e7f449abf1cd90c4d50b8882ef39 /ports/jwt-cpp/fix-picojson.patch
parent891426b94ca9ccf338aa257d90302711efb962aa (diff)
downloadvcpkg-1f07d885f1aa269fd050ff1fe2e49c93e113b798.tar.gz
vcpkg-1f07d885f1aa269fd050ff1fe2e49c93e113b798.zip
[jwt-cpp] Update to v0.4.0 (#11625)
Diffstat (limited to 'ports/jwt-cpp/fix-picojson.patch')
-rw-r--r--ports/jwt-cpp/fix-picojson.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/jwt-cpp/fix-picojson.patch b/ports/jwt-cpp/fix-picojson.patch
deleted file mode 100644
index 44c04fe58..000000000
--- a/ports/jwt-cpp/fix-picojson.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/include/jwt-cpp/jwt.h b/include/jwt-cpp/jwt.h
-index ec56810..a26fd97 100644
---- a/include/jwt-cpp/jwt.h
-+++ b/include/jwt-cpp/jwt.h
-@@ -1,6 +1,6 @@
- #pragma once
- #define PICOJSON_USE_INT64
--#include "picojson.h"
-+#include "picojson/picojson.h"
- #include "base.h"
- #include <set>
- #include <chrono>