looks like this should be static, not dll

This commit is contained in:
Tom Wright 2011-06-24 11:49:07 -07:00
parent 17a2d70dc4
commit b7e242de0e
1 changed files with 1 additions and 1 deletions

View File

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