Skip to content

Commit 58bb3c3

Browse files
committed
[bot] VCPKG info update [skip ci]
1 parent 5cbe918 commit 58bb3c3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Vcpkg/ports/discordcoreapi/portfile.cmake

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@ if(VCPKG_TARGET_IS_LINUX)
22
message(WARNING "DiscordCoreAPI only supports g++ 11 on linux.")
33
endif()
44

5-
# Set the number of parallel jobs to 1
6-
if(NOT DEFINED ENV{VCPKG_MAX_CONCURRENCY})
7-
set(ENV{VCPKG_MAX_CONCURRENCY} 1) # Set this to any desired limit (e.g., 4)
8-
endif()
9-
105
vcpkg_from_github(
116
OUT_SOURCE_PATH SOURCE_PATH
127
REPO RealTimeChris/DiscordCoreAPI
138
REF "v${VERSION}"
14-
SHA512 2c162d2bcf67b8acb1fe124f6d6be15854a8d293ea1d9418b24cdeee25610fbd93a45c7203646f3ef6a58e5b69a36b9f3b63989c33484635c8db17f5b52b98af
9+
SHA512 f7f0e2bf909b44e4212e8dab9c935d8f49099b89aa7033a7b2ca0a590b7dd08a1c1f1a7a5e347fb63a718a439cbfce58cc0ab1323f06c7f13888ee4504648076
1510
HEAD_REF main
1611
)
1712

1813
vcpkg_cmake_configure(
1914
SOURCE_PATH "${SOURCE_PATH}"
20-
DISABLE_PARALLEL_CONFIGURE
2115
)
2216

2317
vcpkg_cmake_install()

0 commit comments

Comments
 (0)