Skip to content

Commit 5d3b3fc

Browse files
committed
bug fix for macosx with 22_0 feature
1 parent f1eb675 commit 5d3b3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include!("src/versions.rs");
1414
))]
1515
fn download_filename() -> String {
1616
if cfg!(any(
17-
feature = "0_22_1",
17+
feature = "22_0",
1818
feature = "0_21_1",
1919
feature = "0_21_0",
2020
feature = "0_20_1",

0 commit comments

Comments
 (0)