allow parallel build of stat

This commit is contained in:
Gregory L. Lee 2016-08-10 10:12:46 -07:00
parent 749a4e78c7
commit 74dd7a36b5

View File

@ -76,5 +76,4 @@ def install(self, spec, prefix):
configure_args.append('--disable-examples') configure_args.append('--disable-examples')
configure(*configure_args) configure(*configure_args)
make(parallel=False)
make("install") make("install")