diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-10-24 04:11:43 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-10-24 04:11:43 -0700 |
commit | c295565569e05071acc38b726610049de98c23ae (patch) | |
tree | 7f7be11ddf03b62d20ee803914350a3a4eaecf6e /winbuild/Makefile.vc | |
parent | e771344611e7405b73eff7744ca315a15c9ec50a (diff) | |
parent | b7e242de0edbbba068dae697f3484b4da6e58f0e (diff) |
Merge pull request #25 from trtom/master
make sure the static build uses the static build option!
Diffstat (limited to 'winbuild/Makefile.vc')
-rw-r--r-- | winbuild/Makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index be4aca3ed..5efd0920f 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -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"
|