Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def main():
# TODO: use clang on all targets!
args += [
'skia_gl_standard="gles"',
'skia_use_egl=true',
'extra_cflags_cc=["-fno-exceptions", "-fno-rtti", "-flax-vector-conversions=all", "-D_GLIBCXX_USE_CXX11_ABI=0"]',
'cc="clang"',
'cxx="clang++"',
Expand Down
2 changes: 1 addition & 1 deletion script/prepare_linux_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apt-get update -y
apt-get install binutils build-essential -y
apt-get install software-properties-common -y
add-apt-repository ppa:git-core/ppa -y
apt-get install python3 git fontconfig libfontconfig1-dev libgl-dev curl wget -y
apt-get install python3 git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y
apt-get install clang -y