Skip to content

Commit aacb79a

Browse files
Quote (#72)
1 parent 9e04ad5 commit aacb79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_defs/python.build_defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def python_wheel(name:str, version:str, hashes:list=None, package_name:str=None,
593593
if post_install_commands:
594594
cmd += post_install_commands
595595

596-
cmd += ['$TOOL z -d --prefix $PKG -i ' + ' -i '.join(outs or [name])]
596+
cmd += ['$TOOL z -d --prefix "$PKG" -i ' + ' -i '.join(outs or [name])]
597597
label = f'whl:{package_name}=={version}'
598598

599599
wheel_rule = build_rule(

0 commit comments

Comments
 (0)