Skip to content

Commit

Permalink
Merge pull request #141 from blocklessnetwork/feature/linux_musl
Browse files Browse the repository at this point in the history
fix the dl symbol issue
  • Loading branch information
Joinhack authored Dec 28, 2024
2 parents da3947f + cb2dc5c commit a63fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build runtime
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: "-C link-arg=-L/usr/local/lib"
RUSTFLAGS: "-C link-arg=-L/usr/local/lib -C link-arg=-ldl"
LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:/usr/local/lib"
DYLD_LIBRARY_PATH: "$DYLD_LIBRARY_PATH:/usr/local/lib"
AARCH64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR: /usr/local/include
Expand Down

0 comments on commit a63fb51

Please sign in to comment.