File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sudo apt-get install -y binutils debootstrap
3
3
git submodule update --init --recursive
4
4
# try again in case previous update failed
5
5
git submodule update --init --recursive
6
+ export UNITY_THISISABUILDMACHINE=1
6
7
cd external/buildscripts
7
8
./bee
8
9
cd ../..
Original file line number Diff line number Diff line change
1
+ sudo dpkg --add-architecture i386
2
+ sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update
1
3
sudo apt-get install -y schroot
2
4
sudo apt-get install -y binutils debootstrap
3
5
sudo apt-get install -y m4
4
6
sudo apt-get install -y libc6-i386
5
7
sudo apt-get install -y libc6-dev-i386
6
- sudo apt-get install -y libncurses5-i386
8
+ sudo apt-get install -y zlib1g:i386
9
+ sudo apt-get install -y zlib1g-dev:i386
10
+ sudo apt-get install -y libstdc++6:i386
11
+ sudo apt-get install -y libncurses5:i386
12
+ sudo apt-get install -y libncurses5-dev:i386
7
13
git submodule update --init --recursive
14
+ export UNITY_THISISABUILDMACHINE=1
8
15
# try again in case previous update failed
9
16
git submodule update --init --recursive
10
17
cd external/buildscripts
You can’t perform that action at this time.
0 commit comments