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

Merge pull request #2032 from disarray2077/patch-6

Fix CURL build on Linux
This commit is contained in:
Brian Fiete 2024-09-12 07:12:19 -04:00 committed by GitHub
commit 91c0ec9239
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"