7 lines
137 B
Python
7 lines
137 B
Python
# mypy: ignore-errors
|
|
# flake8: noqa
|
|
# ruff: skip
|
|
|
|
Import("env") # type: ignore
|
|
|
|
env.Append(CXXFLAGS=["-Wno-register"]) # type: ignore
|