Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Use an Updated Version of coreaudio-sys #79

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,8 @@ steps:
- rustup toolchain add stable-2019-05-23
- rustup default stable-2019-05-23
- rustup target add x86_64-apple-darwin
- export COREAUDIO_FRAMEWORKS_PATH='/System/Library/Frameworks'
- >
export COREAUDIO_CFLAGS='-I/System/Library/Frameworks/Kernel.framework/Headers
export BINDGEN_EXTRA_CLANG_ARGS='-I/System/Library/Frameworks/Kernel.framework/Headers
-I/build/osxcross/target/SDK/MacOSX10.11.sdk/usr/include'
- cargo build --target x86_64-apple-darwin --release

Expand Down
4 changes: 2 additions & 2 deletions arsenal_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ amethyst_gltf = "0.5"
# Use the later version of coreaudio-sys that has support for cross-compiling
# for Mac from Linux.
[replace.'coreaudio-sys:0.2.2']
git = "https://github.com/RustAudio/coreaudio-sys.git"
rev = "13a32d7"
git = "https://github.com/glandium/coreaudio-sys.git"
branch = "build-script"