Skip to content

Commit

Permalink
Merge pull request #462 from techee/waf_install
Browse files Browse the repository at this point in the history
waf: Disable build/install phase interleaving
  • Loading branch information
b4n committed Apr 13, 2015
2 parents ab6c145 + ccfe8f2 commit d97709f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wscript
Expand Up @@ -602,6 +602,9 @@ def build(bld):
'top_builddir': bld.out_dir,
'top_srcdir': bld.top_dir,})

# disable build/install phase interleaving
bld.add_group()

###
# Install files
###
Expand Down

0 comments on commit d97709f

Please sign in to comment.