Skip to content

Commit

Permalink
Update rust submodules.
Browse files Browse the repository at this point in the history
Also, use gecko-in-tree feature to break circular dependency.
  • Loading branch information
mutexlox-signal authored and kinetiknz committed Nov 19, 2024
1 parent 78b2bce commit 0426c85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ if(USE_PULSE AND USE_PULSE_RUST)
cubeb_pulse_rs
DOWNLOAD_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND cargo build COMMAND cargo build --release
BUILD_COMMAND cargo build --features=gecko-in-tree COMMAND cargo build --release --features=gecko-in-tree
BUILD_ALWAYS ON
BINARY_DIR "${PROJECT_SOURCE_DIR}/src/cubeb-pulse-rs"
INSTALL_COMMAND ""
Expand All @@ -361,7 +361,7 @@ if(USE_AUDIOUNIT AND USE_AUDIOUNIT_RUST)
cubeb_coreaudio_rs
DOWNLOAD_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND cargo build COMMAND cargo build --release
BUILD_COMMAND cargo build --features=gecko-in-tree COMMAND cargo build --release --features=gecko-in-tree
BUILD_ALWAYS ON
BINARY_DIR "${PROJECT_SOURCE_DIR}/src/cubeb-coreaudio-rs"
INSTALL_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion src/cubeb-coreaudio-rs
2 changes: 1 addition & 1 deletion src/cubeb-pulse-rs
Submodule cubeb-pulse-rs updated 1 files
+1 −0 Cargo.toml

0 comments on commit 0426c85

Please sign in to comment.