Skip to content

Commit

Permalink
Attempt to fix C++ ABI problem
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho authored May 11, 2021
1 parent 2970952 commit 9affd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():
args += [
# 'skia_enable_gpu=true',
# 'skia_use_gl=true',
'extra_cflags_cc=["-frtti"]',
'extra_cflags_cc=["-frtti", "-D_GLIBCXX_USE_CXX11_ABI=0"]',
'cxx="g++-9"',
]
elif 'windows' == system:
Expand Down

0 comments on commit 9affd85

Please sign in to comment.