Skip to content

Commit

Permalink
Fix source path for portable-simd
Browse files Browse the repository at this point in the history
To avoid overriding the source for coretests every time.
  • Loading branch information
bjorn3 committed Aug 10, 2024
1 parent aa918f0 commit ab1da46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub(crate) static REGEX_REPO: GitRepo = GitRepo::github(

pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir(), "regex_target");

pub(crate) static PORTABLE_SIMD_SRC: RelPath = RelPath::BUILD.join("coretests");
pub(crate) static PORTABLE_SIMD_SRC: RelPath = RelPath::BUILD.join("portable-simd");

pub(crate) static PORTABLE_SIMD: CargoProject =
CargoProject::new(&PORTABLE_SIMD_SRC, "portable-simd_target");
Expand Down

0 comments on commit ab1da46

Please sign in to comment.