mirror of
https://github.com/curl/curl.git
synced 2026-06-08 01:14:40 +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
|
SSL=dll
|
||||||
!ELSEIF "$(WITH_SSL)"=="static"
|
!ELSEIF "$(WITH_SSL)"=="static"
|
||||||
USE_SSL = true
|
USE_SSL = true
|
||||||
SSL=dll
|
SSL=static
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!IF "$(WITH_ZLIB)"=="dll"
|
!IF "$(WITH_ZLIB)"=="dll"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue