godot/drivers/unix/SCsub

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

8 lines
143 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
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"}