Skip to content

Commit

Permalink
fix: --enable-protocol=crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Aug 7, 2023
1 parent 13ceab8 commit 260666c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/variants/default.sh → buildscripts/flavors/default.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ cpuflags=
\
--enable-protocol=async \
--enable-protocol=cache \
--enable-protocol=crypto \
--enable-protocol=data \
--enable-protocol=ffrtmphttp \
--enable-protocol=file \
Expand Down
1 change: 1 addition & 0 deletions buildscripts/variants/full.sh → buildscripts/flavors/full.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ cpuflags=
\
--enable-protocol=async \
--enable-protocol=cache \
--enable-protocol=crypto \
--enable-protocol=data \
--enable-protocol=ffrtmphttp \
--enable-protocol=file \
Expand Down

0 comments on commit 260666c

Please sign in to comment.