arsv / perl-cross

configure and cross-compile perl
Other
81 stars 29 forks source link

Use ldflags, not lddlflags, in direct library test #129

Closed alyssais closed 2 years ago

alyssais commented 2 years ago

With a compiler that can only produce static executables, the previous test would fail because e.g. -shared would end up getting passed here.

I've tested various cross-compilations with this change, both dynamic and static.

arsv commented 2 years ago

Merged, thanks.