Skip to content

Commit

Permalink
Merge pull request #70 from nspin/pr/force-section-feature
Browse files Browse the repository at this point in the history
Support `target_os = "none"`
  • Loading branch information
dtolnay authored Jan 26, 2024
2 parents 2f9fa4b + b273ebc commit 7492bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ macro_rules! __do_submit {
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "none",
),
link_section = ".init_array",
)]
Expand Down

0 comments on commit 7492bc8

Please sign in to comment.