Skip to content

Commit 2b3da67

Browse files
committed
Fix syntax error in build.sh: remove stray 'A' character
1 parent a242058 commit 2b3da67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ TARGET_PLATFORM=$(echo "$PLATFORM" | sed 's|/|-|' | sed 's/amd64/x64/')
144144
echo -e "${CYAN}🎯 Target platform: ${YELLOW}${PLATFORM}${NC}"
145145
echo -e "${CYAN}🎯 JRE platform: ${YELLOW}${TARGET_PLATFORM}${NC}"
146146
echo ""
147-
A
147+
148148
# Determine Docker build platform (always Linux for cross-compilation)
149149
# We build ON linux/amd64 or linux/arm64, but FOR any target platform
150150
DOCKER_PLATFORM="${PLATFORM}"

0 commit comments

Comments
 (0)