diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2023-10-01 14:09:39 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2023-10-01 14:09:39 -0500 |
commit | e9b2af91cfab41987e2e92813800ab23581e655d (patch) | |
tree | 80b98fcd0c23cf73ebeb580c08c5c8d2554e0e9d /drivers/unix/SCsub | |
parent | 0ca8542329888e8dccba89d59d3b728090c29991 (diff) | |
download | redot-engine-e9b2af91cfab41987e2e92813800ab23581e655d.tar.gz |
check_c_headers from tuple array to dictionary
Diffstat (limited to 'drivers/unix/SCsub')
-rw-r--r-- | drivers/unix/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/SCsub b/drivers/unix/SCsub index 91ef613546..146563a3b6 100644 --- a/drivers/unix/SCsub +++ b/drivers/unix/SCsub @@ -4,4 +4,4 @@ Import("env") env.add_source_files(env.drivers_sources, "*.cpp") -env["check_c_headers"] = [["mntent.h", "HAVE_MNTENT"]] +env["check_c_headers"] = {"mntent.h": "HAVE_MNTENT"} |