Skip to content

Commit 79ec9fe

Browse files
committed
Add debugging enironment print for windows
1 parent b3ea091 commit 79ec9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# This file is part of python-isal which is distributed under the
77
# PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2.
88

9-
import copy
109
import functools
1110
import os
1211
import shutil
@@ -124,6 +123,7 @@ def build_isa_l():
124123
subprocess.run(["make", "-j", str(cpu_count)], **run_args)
125124
subprocess.run(["make", "-j", str(cpu_count), "install"], **run_args)
126125
elif SYSTEM_IS_WINDOWS:
126+
print(build_env, file=sys.stderr)
127127
subprocess.run(["nmake", "/f", "Makefile.nmake"], **run_args)
128128
Path(temp_prefix, "include").mkdir()
129129
print(temp_prefix, file=sys.stderr)

0 commit comments

Comments
 (0)