Skip to content

Commit

Permalink
pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Nov 20, 2024
1 parent b2ee34b commit 652296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: |
cd livekit-ffi/
cargo install cargo-ndk
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C link-arg=-l:libpthread.a" cargo ndk --bindgen -t ${{ matrix.target }} -p 26 -- build --release ${{ matrix.buildargs }}
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C link-arg=-l:libpthread.so" cargo ndk --bindgen -t ${{ matrix.target }} -p 26 -- build --release ${{ matrix.buildargs }}
- name: Copy/Build licenses
run: |
Expand Down

0 comments on commit 652296c

Please sign in to comment.