summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
blob: 0c7cf545397f56001f06d49a36c4dac5a4f80beb (plain)
1
2
3
4
5
6
7
8
9
10
--- sage-7.1/src/setup.py.orig	2016-04-08 16:59:24.691349473 +0000
+++ sage-7.1/src/setup.py	2016-04-08 17:03:03.847153796 +0000
@@ -591,6 +591,7 @@
         build_dir=SAGE_CYTHONIZED,
         force=force,
         aliases=aliases,
+        include_path=sys.path,
         compiler_directives={
             'embedsignature': True,
             'profile': profile,