1 2 3 4 5 6 7 8 9 10 11 12 13 14
def can_build(env, platform): return True def get_opts(platform): from SCons.Variables import BoolVariable return [ BoolVariable("brotli", "Enable Brotli decompressor for WOFF2 fonts support", True), ] def configure(env): pass