Skip to content

Commit

Permalink
python: fix linux precompiled (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Jan 30, 2024
1 parent 838bbaf commit d885c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ fn python_arch(settings: &Settings) -> &str {
} else if cfg!(target_feature = "sse4.1") {
"x86_64_v2"
} else {
"x86_64_v1"
"x86_64"
}
} else {
built_info::CFG_TARGET_ARCH
Expand Down

0 comments on commit d885c66

Please sign in to comment.