summaryrefslogtreecommitdiff
path: root/modules/meshoptimizer/config.py
blob: b7e69569b9c43a27b89bda8c4821b762488fdf1c (plain)
1
2
3
4
5
6
7
def can_build(env, platform):
    # Having this on release by default, it's small and a lot of users like to do procedural stuff
    return not env["disable_3d"]


def configure(env):
    pass