Skip to content

Commit 4094d39

Browse files
hmeldertriplef
authored andcommitted
libcurl: Disable libpsl support
1 parent 0654bf4 commit 4094d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phases/19-libcurl.sh

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ${CMAKE} .. \
2626
-DCURL_CA_BUNDLE=NONE `# disable CA bundle path, needs to be read at runtime from app bundle` \
2727
-DUSE_LIBIDN2=NO `# Prevent accidental detection of an idn2 installation` \
2828
-DBUILD_LIBCURL_DOCS=NO \
29+
-DCURL_USE_LIBPSL=NO \
2930
-DBUILD_MISC_DOCS=NO \
3031

3132
echo -e "\n### Building"

0 commit comments

Comments
 (0)