Skip to content
Snippets Groups Projects
Commit 2d1ab686 authored by Denis Davydov's avatar Denis Davydov Committed by Todd Gamblin
Browse files

xextproto: fix on macOS by not running parallel build (#2483)

parent 2634e490
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ class Xextproto(Package): ...@@ -36,6 +36,8 @@ class Xextproto(Package):
depends_on('pkg-config@0.9.0:', type='build') depends_on('pkg-config@0.9.0:', type='build')
depends_on('util-macros', type='build') depends_on('util-macros', type='build')
parallel = False
def install(self, spec, prefix): def install(self, spec, prefix):
configure('--prefix={0}'.format(prefix)) configure('--prefix={0}'.format(prefix))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment