Skip to content

Commit f75aca6

Browse files
committed
no way
1 parent 918d09f commit f75aca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from pathlib import Path
88
arch = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip()
99
if platform.system() == "Darwin":
1010
arch = "Darwin"
11-
11+
print(f"{arch=}")
1212
os.environ['PYTHONPATH'] = str(Path(sysconfig.get_paths()['data']).parent)
1313
python_path = sysconfig.get_paths()['include']
1414
cpppath = [

0 commit comments

Comments
 (0)