Skip to content

Commit a44948a

Browse files
committed
Updating to remove DEBUG from link options.
1 parent d0a0090 commit a44948a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Vcpkg/ports/discordcoreapi/portfile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO RealTimeChris/DiscordCoreAPI
88
REF "v${VERSION}"
9-
SHA512 d977ed7d8805f0b110450d3baf0256eae11ecc25947496c657a9c9b17aa9222db92435f28ebd924c166927e4714b3e9ae388f64836175cc96b78b08315031ede
9+
SHA512 f4957899d8bb8683d9a9515a1e58fc3c0babc69f19bf671209ce4a187fb7c50b5b3d31a167100da702801bcc52892a1923d50bdcb6e5d1dc4f2e6f3c329e5661
1010
HEAD_REF main
1111
)
1212

Vcpkg/ports/discordcoreapi/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discordcoreapi",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "A Discord bot library written in C++ using custom asynchronous coroutines.",
55
"homepage": "https://discordcoreapi.com",
66
"license": "MIT",

0 commit comments

Comments
 (0)