Skip to content

Commit ab1da46

Browse files
committed
Fix source path for portable-simd
To avoid overriding the source for coretests every time.
1 parent aa918f0 commit ab1da46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub(crate) static REGEX_REPO: GitRepo = GitRepo::github(
129129

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

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

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

0 commit comments

Comments
 (0)