2017-09-15 18:41:26 +02:00
|
|
|
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:
|
2019-02-17 11:09:05 +01:00
|
|
|
+ objs += cxx('spawn')
|
2017-09-15 18:41:26 +02:00
|
|
|
objs += cxx('subprocess-posix')
|
|
|
|
if platform.is_aix():
|
|
|
|
objs += cc('getopt')
|