Skip to content

Commit 9fd7ba9

Browse files
committed
fix: re-enable builds
1 parent bfecc85 commit 9fd7ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ build_apple_runtime() {
9595
cmake --version
9696

9797
cd "$HERMES_WS_DIR/source"
98-
#./utils/build-ios-framework.sh
99-
#./utils/build-mac-framework.sh
98+
./utils/build-ios-framework.sh
99+
./utils/build-mac-framework.sh
100100
. ./utils/build-apple-framework.sh
101101

102102
mkdir -p /tmp/cocoapods-package-root/destroot

0 commit comments

Comments
 (0)