Use 'pproc' in waf in place of subprocess
This commit is contained in:
parent
4f0b7bea63
commit
3ea30bfd4e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# WAF build script for midori
|
# WAF build script for midori
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import pproc as subprocess
|
||||||
|
|
||||||
srcdir = os.getcwd ()
|
srcdir = os.getcwd ()
|
||||||
blddir = bld.m_bdir
|
blddir = bld.m_bdir
|
||||||
|
|
Loading…
Reference in a new issue