Commit b7e242de authored by Tom Wright's avatar Tom Wright
Browse files

looks like this should be static, not dll

parent 17a2d70d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"