summaryrefslogtreecommitdiff
path: root/modules/bullet/config.py
blob: be7cf74f6ff427db41830f72401d264acbbd748a (plain)
1
2
3
4
5
6
7
def can_build(env, platform):
    # API Changed and bullet is disabled at the moment
    return False


def configure(env):
    pass