mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Merge pull request #2032 from disarray2077/patch-6
Fix CURL build on Linux
This commit is contained in:
commit
91c0ec9239
1 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,9 @@ FileVersion = 1
|
|||
Name = "curl"
|
||||
TargetType = "BeefLib"
|
||||
StartupObject = "Program"
|
||||
|
||||
[Configs.Debug.Linux64]
|
||||
OtherLinkFlags = "$(LinkFlags) -lcurl"
|
||||
|
||||
[Configs.Release.Linux64]
|
||||
OtherLinkFlags = "$(LinkFlags) -lcurl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue