Kaydet (Commit) 14cdaf7f authored tarafından Michael Stahl's avatar Michael Stahl

curl: add missing dependency on NSS external (zlib too)

Thanks again to Alex Thurgood, who doesn't have much luck this week :)

Change-Id: I0e902f6994b07fb277b3561fa5bfc8662e954202
üst 8c07bd39
......@@ -11,6 +11,11 @@ $(eval $(call gb_ExternalProject_ExternalProject,curl))
$(eval $(call gb_ExternalProject_use_unpacked,curl,curl))
$(eval $(call gb_ExternalProject_use_externals,curl,\
nss3 \
zlib \
))
$(eval $(call gb_ExternalProject_register_targets,curl,\
build \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment