Skip to content

Commit

Permalink
flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Nov 20, 2024
1 parent 675d886 commit c98e3be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,10 @@ jobs:
ANDROID_NDK: /usr/local/lib/android/sdk/ndk/26.3.11579264
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/26.3.11579264
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/26.3.11579264
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -C link-arg=-pthread"
run: |
cd livekit-ffi/
cargo install cargo-ndk
cargo ndk --bindgen -t ${{ matrix.target }} -p 26 -- build --release ${{ matrix.buildargs }}
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C link-arg=-pthread" cargo ndk --bindgen -t ${{ matrix.target }} -p 26 -- build --release ${{ matrix.buildargs }}
- name: Copy/Build licenses
run: |
Expand Down

0 comments on commit c98e3be

Please sign in to comment.