mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:27:18 +03:00
Merge pull request #25 from trtom/master
make sure the static build uses the static build option!
This commit is contained in:
commit
c295565569
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