check_c_headers from tuple array to dictionary

This commit is contained in:
Thaddeus Crews
2023-10-01 14:09:39 -05:00
parent 0ca8542329
commit e9b2af91cf
2 changed files with 5 additions and 4 deletions

View File

@ -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"}