godot/drivers/unix/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
182 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
2014-02-10 01:10:30 +00:00
env.add_source_files(env.drivers_sources, "*.cpp")
2014-02-10 01:10:30 +00:00
env["check_c_headers"] = {"mntent.h": "HAVE_MNTENT"}