We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fabef2 commit 5e2f65bCopy full SHA for 5e2f65b
mypyc/lib-rt/setup.py
@@ -11,6 +11,9 @@
11
from distutils import ccompiler, sysconfig
12
from typing import Any
13
14
+# we'll import stuff from the source tree, let's ensure is on the sys path
15
+sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)))
16
+
17
import build_setup # noqa: F401
18
from setuptools import Extension, setup
19
from setuptools.command.build_ext import build_ext
0 commit comments