Skip to content

Commit

Permalink
no EXTERN_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Feb 28, 2024
1 parent b555a5e commit 77824d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sigabrt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fn check(thread: usize) {
.map(OsString::from),
);

args.extend(EXTERN_FLAGS.iter().map(OsString::from));
// args.extend(EXTERN_FLAGS.iter().map(OsString::from));

if let Some(host_libs) = option_env!("HOST_LIBS") {
let dep = format!("-Ldependency={}", Path::new(host_libs).join("deps").display());
Expand Down

0 comments on commit 77824d3

Please sign in to comment.