Skip to content

Commit

Permalink
Revert "Attempt to fix C++ ABI problem"
Browse files Browse the repository at this point in the history
This reverts commits 9affd85 and 1aaca9f
  • Loading branch information
tonsky committed May 12, 2021
1 parent 1aaca9f commit 5e4c4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m91-b99622c05a-3
version: m91-b99622c05a-2

jobs:
macos:
Expand Down
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", "-D_GLIBCXX_USE_CXX11_ABI=0"]',
'extra_cflags_cc=["-frtti"]',
'cxx="g++-9"',
]
elif 'windows' == system:
Expand Down

0 comments on commit 5e4c4cc

Please sign in to comment.