You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
344 B

diff --git a/configure.py b/configure.py
index a443748..697a110 100755
--- a/configure.py
+++ b/configure.py
@@ -507,6 +507,7 @@ if platform.is_windows():
objs += cxx('minidump-win32')
objs += cc('getopt')
else:
+ objs += cc('posix_spawn')
objs += cxx('subprocess-posix')
if platform.is_aix():
objs += cc('getopt')