We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6e66 commit fd16d09Copy full SHA for fd16d09
.github/workflows/scripts/check-link-foundation.sh
@@ -17,7 +17,7 @@ log() { printf -- "** %s\n" "$*" >&2; }
17
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
18
fatal() { error "$@"; exit 1; }
19
20
-EXAMPLE=APIGateway
+EXAMPLE=APIGatewayV2
21
OUTPUT_DIR=.build/release
22
OUTPUT_FILE=${OUTPUT_DIR}/APIGatewayLambda
23
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
0 commit comments