Skip to content

Commit a3462a9

Browse files
committed
angle tests
1 parent 6adba7f commit a3462a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/calculate_formulas.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ FORMULAS=(
6666
"cairo"
6767
"fmt"
6868
"metalangle"
69+
"angle"
6970
)
7071

7172
if [[ "$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
)
120123
elif [[ "$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"

0 commit comments

Comments
 (0)