setup_macos.sh 366 Bytes
Newer Older
1
#! /bin/bash
Marek Kotewicz's avatar
init  
Marek Kotewicz committed
2

3
4
set -e

5
# ios
6
7
8
9
10
rustup target add i386-apple-ios
rustup target add x86_64-apple-ios
rustup target add armv7-apple-ios
rustup target add armv7s-apple-ios
rustup target add aarch64-apple-ios
11
12

# android
13
14
15
rustup target add aarch64-linux-android
rustup target add armv7-linux-androideabi
rustup target add i686-linux-android
16
17
18
19

./create-ndk-standalone.sh

npm i