From 38d80dd3e1adbef8c4d70ed7ae827d215cf14231 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Thu, 23 Jan 2020 13:41:03 +0200 Subject: [build] Add curl-android-ios submodule Static libcurl to be used in Android and iOS apps. Used for testing. --- .gitmodules | 3 +++ vendor/curl-android-ios | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/curl-android-ios diff --git a/.gitmodules b/.gitmodules index fd978175fa..cd6db33ae3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "vendor/cpp-httplib"] path = vendor/cpp-httplib url = https://github.com/yhirose/cpp-httplib.git +[submodule "vendor/curl-android-ios"] + path = vendor/curl-android-ios + url = https://github.com/gcesarmza/curl-android-ios.git diff --git a/vendor/curl-android-ios b/vendor/curl-android-ios new file mode 160000 index 0000000000..da6f0d2302 --- /dev/null +++ b/vendor/curl-android-ios @@ -0,0 +1 @@ +Subproject commit da6f0d2302ce7a9ea560871fe9e6e86398d5b584 -- cgit v1.2.1