Skip to content
Commit 684f208e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

lua: don't be fancy when creating shared library



(Possibly) fixes #5354

The lua shared library patch was creating the shared library with
-nostdlib -lgcc for some unknown reason, which most likely is
the reason for the link issue reported in #5354.

Fix it by dropping these arguments, so gcc gets to figure out itself
what dependencies are needed.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 56cbd27a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment