remove unwanted leading '/' in wheel records
This commit is contained in:
parent
fe4fda7039
commit
13d66b22f4
@ -121,7 +121,7 @@ py_wheel(
|
||||
'distro; sys_platform != "darwin" and sys_platform != "win32"',
|
||||
],
|
||||
strip_path_prefixes = [
|
||||
"pylib",
|
||||
"pylib/",
|
||||
],
|
||||
version = anki_version,
|
||||
visibility = ["//visibility:public"],
|
||||
|
@ -111,7 +111,7 @@ py_wheel(
|
||||
"anki==" + anki_version,
|
||||
],
|
||||
strip_path_prefixes = [
|
||||
"qt",
|
||||
"qt/",
|
||||
],
|
||||
version = anki_version,
|
||||
visibility = ["//visibility:public"],
|
||||
|
Loading…
Reference in New Issue
Block a user