Skip to content

Commit

Permalink
Use an Updated Version of coreaudio-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Aug 25, 2019
1 parent 93473b3 commit 8d0a1b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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"

0 comments on commit 8d0a1b5

Please sign in to comment.