Skip to content

Commit 13890c1

Browse files
Update build.py
1 parent 82ca1f7 commit 13890c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def configure(
163163
'--gn-args', f'is_termux_host={utils.__TERMUX__}',
164164
'--gn-args', f'termux_api_level={api}',
165165
'--gn-args', 'extra_ldflags=["-lEGL", "-lGLESv2"]',
166+
'--gn-args', 'extra_cflags=["-Wno-error=unknown-warning-option"]',
166167
]
167168
subprocess.run(cmd, cwd=root, check=True, stdout=True, stderr=True)
168169

0 commit comments

Comments
 (0)