Skip to content

Commit

Permalink
Fixed curl not requesting compressed datum
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Dec 8, 2017
1 parent 6054fc7 commit 7d5d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/curl/premake5.lua
Expand Up @@ -5,7 +5,7 @@ project "curl"
targetname "curl"

includedirs { "include", "lib", "../mbedtls/include", "../zlib" }
defines { "BUILDING_LIBCURL", "CURL_STATICLIB", "HTTP_ONLY", "USE_ZLIB" }
defines { "BUILDING_LIBCURL", "CURL_STATICLIB", "HTTP_ONLY", "USE_ZLIB", "HAVE_LIBZ", "HAVE_ZLIB_H" }
warnings "off"

files {
Expand Down

0 comments on commit 7d5d6f2

Please sign in to comment.