1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Merge pull request #25 from trtom/master

make sure the static build uses the static build option!
This commit is contained in:
Daniel Stenberg 2011-10-24 04:11:43 -07:00
commit c295565569

View File

@ -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"