We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918d09f commit f75aca6Copy full SHA for f75aca6
SConstruct
@@ -8,7 +8,7 @@ from pathlib import Path
8
arch = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip()
9
if platform.system() == "Darwin":
10
arch = "Darwin"
11
-
+print(f"{arch=}")
12
os.environ['PYTHONPATH'] = str(Path(sysconfig.get_paths()['data']).parent)
13
python_path = sysconfig.get_paths()['include']
14
cpppath = [
0 commit comments