Skip to content

Commit

Permalink
Fixes wrong output for a library on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 25, 2023
1 parent 2f26ba0 commit cc50e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage0/src/project/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ impl<'a> Project<'a> {
OperatingSystem::Linux => {
args.push("-o".into());
args.push(out.to_str().unwrap().to_owned().into());
args.push("--shared".into());
"ld.lld"
}
OperatingSystem::Win32 => {
Expand Down

0 comments on commit cc50e7c

Please sign in to comment.