File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Vcpkg/ports/discordcoreapi Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ project(
8181 DESCRIPTION "${DESCRIPTION} "
8282)
8383
84- set (DISCORDCOREAPI -POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
85- set (DISCORDCOREAPI -LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
86- set (DISCORDCOREAPI -BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
87- set (DISCORDCOREAPI -AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
88- set (DISCORDCOREAPI -AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
89- set (DISCORDCOREAPI -AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
84+ set (DiscordCoreAPI -POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
85+ set (DiscordCoreAPI -LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
86+ set (DiscordCoreAPI -BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
87+ set (DiscordCoreAPI -AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
88+ set (DiscordCoreAPI -AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
89+ set (DiscordCoreAPI -AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
9090
9191set (CMAKE_CXX_STANDARD_REQUIRED ON )
9292set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff 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 31a09ec5302a55fe0605c749defe8b25a45bceb236306b807c8c645f013175aabf617e36747548b97ef1abc4d83af3108f862ae1a2bfe895ab382763038534e1
9+ SHA512 36e5de85ba22a96883bc517de8e1b15d2e6da1b7f1e8febeb0d96d923e906d64eeedb469a5be0192a31de1603b4c2262ec61a84e87d1ffe066d23c054e1e1f0b
1010 HEAD_REF main
1111)
1212
Original file line number Diff line number Diff line change 1919 "host" : true
2020 }
2121 ]
22- }
22+ }
You can’t perform that action at this time.
0 commit comments