From ec3ddfb69affa9e914bfd3d89136f00345e01947 Mon Sep 17 00:00:00 2001 From: polymonster Date: Sun, 1 Oct 2023 17:43:04 +0100 Subject: [PATCH] - remove quiet flag to catch error in ios-ci --- .ci/ios.sh | 2 +- examples/code/curl_example/curl_example.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/ios.sh b/.ci/ios.sh index 0423b8417..313891ff1 100755 --- a/.ci/ios.sh +++ b/.ci/ios.sh @@ -2,4 +2,4 @@ cd examples ../pmbuild ios-ci -libs ../pmbuild ios-ci -../pmbuild make ios-ci all -destination generic/platform=iOS -configuration Release CODE_SIGNING_ALLOWED=NO -quiet \ No newline at end of file +../pmbuild make ios-ci all -destination generic/platform=iOS -configuration Release CODE_SIGNING_ALLOWED=NO \ No newline at end of file diff --git a/examples/code/curl_example/curl_example.cpp b/examples/code/curl_example/curl_example.cpp index fd170a438..5fd4adbba 100644 --- a/examples/code/curl_example/curl_example.cpp +++ b/examples/code/curl_example/curl_example.cpp @@ -5,7 +5,7 @@ // curls include #define CURL_STATICLIB -#include +#include "curl/curl.h" namespace { @@ -74,4 +74,4 @@ namespace "world" }; -} // namespace \ No newline at end of file +} // namespace