Skip to content

Commit

Permalink
Remove -soname from UNSUPPORTED_LLD_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton committed Jan 17, 2025
1 parent 01e34f5 commit 1432acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
'-bind_at_load': False,
# wasm-ld doesn't support soname or other dynamic linking flags (yet). Ignore them
# in order to aid build systems that want to pass these flags.
'-soname': True,
'-allow-shlib-undefined': False,
'-rpath': True,
'-rpath-link': True,
Expand Down

0 comments on commit 1432acf

Please sign in to comment.