Skip to content

Commit 68ad4f5

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 646a89c commit 68ad4f5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packaging/wheel/relocate.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ def compress_wheel(output_dir, wheel, wheel_dir, wheel_name):
9999

100100

101101
def patch_win():
102-
# Get dumpbin location
103-
dumpbin = find_program("dumpbin")
104-
if dumpbin is None:
105-
raise FileNotFoundError(
106-
"Dumpbin was not found in the system, please make sure that is available on the PATH."
107-
)
102+
# # Get dumpbin location
103+
# dumpbin = find_program("dumpbin")
104+
# if dumpbin is None:
105+
# raise FileNotFoundError(
106+
# "Dumpbin was not found in the system, please make sure that is available on the PATH."
107+
# )
108108

109109
# Find wheel
110110
# ("Finding wheels...")

0 commit comments

Comments
 (0)