Added _hotshot.
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 @@
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")