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 6d2107b..3c41fcd 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -113,6 +113,7 @@ def genallprojects(force=0): genpluginproject("all", "_testcapi") genpluginproject("all", "xx") genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"]) + genpluginproject("all", "_hotshot", sources=["_hotshot.c"]) # bgen-generated Toolbox modules genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon") |