godot/drivers/unix/SCsub

8 lines
145 B
Plaintext
Raw Normal View History

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