Skip to content

Commit ea71d7b

Browse files
longnguyen2004lazka
authored andcommitted
Use CC instead of cc
1 parent b3cd1ab commit ea71d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def add_cross_compiling_paths(self):
724724
add_dir_to_list(self.compiler.include_dirs,
725725
line.strip())
726726
if is_clang:
727-
ret = run_command('%s -print-search-dirs >%s' % (cc, tmpfile))
727+
ret = run_command('%s -print-search-dirs >%s' % (CC, tmpfile))
728728
if ret == 0:
729729
with open(tmpfile) as fp:
730730
for line in fp.readlines():

0 commit comments

Comments
 (0)