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 b04c44a commit 6fe520aCopy full SHA for 6fe520a
mingw_smoketests.py
@@ -295,7 +295,7 @@ def test_c_ext_build(self):
295
from pathlib import Path
296
297
if sysconfig.is_python_build():
298
- pydir = os.path.dirname(sys._base_executable)
+ pydir = os.path.dirname(sys._base_executable).replace('\\', '/')
299
os.environ["LDFLAGS"] = "-L " + pydir
300
301
with tempfile.TemporaryDirectory() as tmppro:
0 commit comments