1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fix CURL build on Linux

This commit is contained in:
disarray2077 2024-09-11 19:51:43 -03:00 committed by GitHub
parent 073d55d339
commit 0c8a41100e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,3 +4,9 @@ FileVersion = 1
Name = "curl"
TargetType = "BeefLib"
StartupObject = "Program"
[Configs.Debug.Linux64]
OtherLinkFlags = "$(LinkFlags) -lcurl"
[Configs.Release.Linux64]
OtherLinkFlags = "$(LinkFlags) -lcurl"