1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Add curl to satisfy sentry

This commit is contained in:
Elias Steurer 2021-06-25 12:35:41 +02:00
parent 60bf972c26
commit 2fb51d20e4

View File

@ -37,6 +37,7 @@ if __name__ == "__main__":
vcpkg_packages_list = [
"openssl-unix",
"curl",
"sentry-native",
"doctest",
]