diff options
| author | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-09-12 12:01:10 -0300 |
|---|---|---|
| committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-09-12 23:43:08 -0300 |
| commit | e5f905a735866981c783c92c257bc104d395644b (patch) | |
| tree | a37fb8e264c9099489815c078a207f028787560a /drivers/unix/SCsub | |
| parent | 8f133e2c4d27b877f83d5e14821220989c605750 (diff) | |
| download | redot-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/SCsub | 2 |
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') |
