File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ FORMULAS=(
6666 " cairo"
6767 " fmt"
6868 " metalangle"
69+ " angle"
6970)
7071
7172if [[ " $TARGET " =~ ^(linux)$ ]]; then
@@ -87,6 +88,7 @@ if [[ "$TARGET" =~ ^(linux)$ ]]; then
8788 " FreeImage"
8889 " fmt"
8990 " uriparser"
91+ " angle"
9092 )
9193 if [[ " $TARCH " =~ ^(64| arm64| x86_64)$ ]]; then
9294 FORMULAS+=(
@@ -116,6 +118,7 @@ elif [[ "$TARGET" =~ ^(android)$ ]]; then
116118 " opencv"
117119 " openssl"
118120 " curl"
121+ " angle"
119122 )
120123elif [[ " $TARGET " =~ ^(osx| macos| ios| tvos| xros| catos| watchos)$ ]]; then
121124
@@ -166,6 +169,7 @@ elif [[ "$TARGET" =~ ^(osx|macos|ios|tvos|xros|catos|watchos)$ ]]; then
166169 fi
167170 if [ " $TBUNDLE " == " 3" ] || [ " $TBUNDLE " == " 0" ]; then
168171 FORMULAS+=(
172+ " angle"
169173 " fmt"
170174 " openssl"
171175 " curl"
@@ -206,6 +210,7 @@ elif [ "$TARGET" == "vs" ]; then
206210 fi
207211 if [ " $TBUNDLE " == " 2" ] || [ " $TBUNDLE " == " 0" ]; then
208212 FORMULAS+=(
213+ " angle"
209214 " fmt"
210215 " openssl"
211216 " curl"
You can’t perform that action at this time.
0 commit comments