Files
2026-02-12 00:45:31 -08:00

7 lines
115 B
Python

# flake8: noqa
# ruff: skip
Import("env") # type: ignore
env.Append(CXXFLAGS=["-Wno-register"]) # type: ignore