Explorar o código

修改makefile通过编译 (#287)

櫻井桃華 hai 1 ano
pai
achega
2311e2f300
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/src/Makefile

+ 1 - 1
kernel/src/Makefile

@@ -33,7 +33,7 @@ main.o: main.c
 
 kernel_rust:
 	rustup default nightly
-	cargo +nightly build --release --target ./arch/x86_64/x86_64-unknown-none.json
+	cargo +nightly-2023-01-21 build --release --target ./arch/x86_64/x86_64-unknown-none.json
 
 all: kernel