Skip to content

Commit 5ceab31

Browse files
Still trying
1 parent 9802c75 commit 5ceab31

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.cargo/config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[build]
2-
target = "x86_64-real_mode.json"
2+
target = "x86_64-real_mode.json"
3+
4+
[alias]
5+
xbuild = "build -Zbuild-std=core"

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn build_subproject(
5353
let mut cmd = Command::new("cargo");
5454
cmd.current_dir(&dir);
5555

56-
cmd.arg("xbuild").arg("--release");
56+
cmd.arg("build").arg("--release").arg("-Zbuild-std=core");
5757
cmd.arg("--verbose");
5858

5959
cmd.arg(format!(

0 commit comments

Comments
 (0)