1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01: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 = [ vcpkg_packages_list = [
"openssl-unix", "openssl-unix",
"curl",
"sentry-native", "sentry-native",
"doctest", "doctest",
] ]