Author: Nicolas Truessel <[email protected]>
Branch: quad-color-gc
Changeset: r87022:b2518a7b0fa2
Date: 2016-09-12 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/b2518a7b0fa2/
Log: Fix compilation rule
diff --git a/rpython/rtyper/tool/rffi_platform.py
b/rpython/rtyper/tool/rffi_platform.py
--- a/rpython/rtyper/tool/rffi_platform.py
+++ b/rpython/rtyper/tool/rffi_platform.py
@@ -899,7 +899,8 @@
separate_module_sources = [separate_source], # XXX
separate_module_files = [os.path.join(library_dir, f) for f in
["qcgc.c", "arena.c", "allocator.c", "bag.c", "event_logger.c",
- "gray_stack.c", "shadow_stack.c", "hugeblocktable.c"]],
+ "gray_stack.c", "shadow_stack.c", "hugeblocktable.c",
+ "signal_handler.c"]],
)
return eci
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit