diff options
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r-- | Mac/scripts/genpluginprojects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index 3c41fcd75d..bbd8f0475a 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -157,6 +157,7 @@ def genallprojects(force=0): outputdir="::Lib:Carbon") # Carbon Only? genpluginproject("carbon", "_CF", outputdir="::Lib:Carbon") + genpluginproject("carbon", "hfsplus") # Other Mac modules genpluginproject("all", "calldll", sources=["calldll.c"]) |