summaryrefslogtreecommitdiffstats
path: root/drivers/unix/SCsub
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2017-09-12 12:01:10 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2017-09-12 23:43:08 -0300
commite5f905a735866981c783c92c257bc104d395644b (patch)
treea37fb8e264c9099489815c078a207f028787560a /drivers/unix/SCsub
parent8f133e2c4d27b877f83d5e14821220989c605750 (diff)
downloadredot-engine-e5f905a735866981c783c92c257bc104d395644b.tar.gz
Implemented DirAccess get_drive and get_drive_count for Linux
Diffstat (limited to 'drivers/unix/SCsub')
-rw-r--r--drivers/unix/SCsub2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/unix/SCsub b/drivers/unix/SCsub
index 5ced44dfda..c560e1289f 100644
--- a/drivers/unix/SCsub
+++ b/drivers/unix/SCsub
@@ -14,4 +14,6 @@ f.close()
env.add_source_files(env.drivers_sources, "*.cpp")
+env["check_c_headers"] = [ [ "mntent.h", "HAVE_MNTENT" ] ]
+
Export('env')