Skip to content

Commit

Permalink
Try ld_classic.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Feb 6, 2025
1 parent b0f6d9e commit db8fe00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coreaudio-sys-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ core-foundation-sys = { version = "0.8" }
[dependencies.coreaudio-sys]
default-features = false
features = ["audio_unit", "core_audio", "io_kit_audio"]
version = "0.2.14"
version = "0.2.16"
2 changes: 2 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if [[ -z "${RUST_BACKTRACE}" ]]; then
fi
echo "RUST_BACKTRACE is set to ${RUST_BACKTRACE}\n"

export RUSTFLAGS="-Clink-arg=-Wl,-ld_classic"

# Run tests in the sub crate
# Run the tests by `cargo * -p <SUB_CRATE>` if it's possible. By doing so, the duplicate compiling
# between this crate and the <SUB_CRATE> can be saved. The compiling for <SUB_CRATE> can be reused
Expand Down

0 comments on commit db8fe00

Please sign in to comment.