mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -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
|
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…
Reference in New Issue
Block a user