Skip to content

Commit e161e27

Browse files
nit
1 parent 9182994 commit e161e27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ filegroup(
1313
visibility = ["//visibility:public"],
1414
)
1515

16+
MANYLINUX_VERSION="manylinux_2_17_x86_64.manylinux2014_x86_64"
17+
1618
py_wheel(
1719
name="tesseract_decoder_wheel",
1820
distribution = "tesseract_decoder",
@@ -29,7 +31,7 @@ py_wheel(
2931
":macos_arm": "macosx_11_0_arm64",
3032
":macos_x86": "macosx_10_13_x86_64",
3133
"@platforms//os:windows": "win32",
32-
"@platforms//os:linux": "manylinux_$(GLIBC_VERSION)_x86_64.manylinux2014_x86_64",
34+
"@platforms//os:linux": MANYLINUX_VERSION,
3335
}),
3436
strip_path_prefixes = ["src"],
3537
description_file=":package_description",

0 commit comments

Comments
 (0)