mirror of
https://github.com/curl/curl.git
synced 2026-04-22 10:22:11 +03:00
looks like this should be static, not dll
This commit is contained in:
parent
17a2d70dc4
commit
b7e242de0e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ USE_SSL = true
|
|||
SSL=dll
|
||||
!ELSEIF "$(WITH_SSL)"=="static"
|
||||
USE_SSL = true
|
||||
SSL=dll
|
||||
SSL=static
|
||||
!ENDIF
|
||||
|
||||
!IF "$(WITH_ZLIB)"=="dll"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue