Skip to content

Commit

Permalink
Merge branch 'bugfix-build-link' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenna committed Sep 11, 2024
2 parents 41a2384 + 6b67eba commit 7c255f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "kernel"
version = "0.5.0"
version = "0.5.1"
license-file = "LICENSE.txt"
edition = "2021"
authors = ["The Maintainers of Nanvix"]
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+4 −1 kernel/targets/x86.json
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ fn main() {
//==============================================================================================

println!("cargo::rustc-link-search=native={}", out_dir);
println!("cargo::rustc-link-lib=static:+whole-archive=kernel");
}

0 comments on commit 7c255f5

Please sign in to comment.