Skip to content

Commit 3fc66fd

Browse files
committed
debug
1 parent 60cbf1b commit 3fc66fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/fix_windows_wheel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ def add_library(lib_paths, dist_path='dist'):
2020
def main():
2121
args = [sys.argv[1]]
2222
for arg in sys.argv[2:]:
23+
print(arg, glob(arg))
2324
args.extend(glob(arg))
25+
for arg in args:
26+
print(arg)
2427
add_library(args)
2528

2629
if __name__ == '__main__':

0 commit comments

Comments
 (0)