Add disable comment

This commit is contained in:
Jamil Bou Kheir
2021-10-13 20:42:34 -07:00
parent 86d3600e45
commit 382902c38b

View File

@@ -37,6 +37,7 @@ dependency "libffi"
relative_path "Python-#{version}"
build do
# Disables nis and dbm -- both cause build issues
patch source: 'disable_modules.patch', target: 'Modules/Setup'
env = with_standard_compiler_flags(with_embedded_path)