Author: Matti Picus <[email protected]>
Branch:
Changeset: r93084:a306385caebf
Date: 2017-11-19 19:37 +0200
http://bitbucket.org/pypy/pypy/changeset/a306385caebf/
Log: unbreak macos build
diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py
--- a/rpython/rlib/rvmprof/cintf.py
+++ b/rpython/rlib/rvmprof/cintf.py
@@ -69,7 +69,7 @@
post_include_bits=[],
compile_extra=compile_extra
)
-if sys.platform.startswith('linux'):
+if sys.platform != 'win32':
eci_kwds['separate_module_files'].append(
SHARED.join('vmprof_mt.c'),
)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit