Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit d759000

Browse files
committed
Do not depend on a triple for system libs
1 parent 05c8f3c commit d759000

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ compile_rust :rlibc_crate, {
3232
source: 'thirdparty/librlibc/lib.rs'.in_root,
3333
produce: 'thirdparty/librlibc/lib.rs'.in_root.as_rlib.in_build,
3434
out_dir: true,
35-
recompile_on: :triple,
3635
}
3736

3837
# cross-compiled libcore
3938
compile_rust :core_crate, {
4039
source: 'thirdparty/libcore/lib.rs'.in_root,
4140
produce: 'thirdparty/libcore/lib.rs'.in_root.as_rlib.in_build,
4241
out_dir: true,
43-
recompile_on: :triple,
4442
}
4543

4644
# ioreg

0 commit comments

Comments
 (0)