mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
looks like this should be static, not dll
This commit is contained in:
parent
17a2d70dc4
commit
b7e242de0e
@ -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…
Reference in New Issue
Block a user