Skip to content

Commit 9afad16

Browse files
committed
fix init repo plat error
1 parent 4652290 commit 9afad16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/init-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function main() {
163163
init_arch_for_plat
164164
pull_common
165165
for arch in $ALL_ARCHS; do
166-
make_arch_repo 'ios' $arch
166+
make_arch_repo "$PLAT" $arch
167167
done
168168
;;
169169
all)

0 commit comments

Comments
 (0)