mariuz / perl-dbd-firebird

Perl DBI driver for Firebird
15 stars 9 forks source link

On macOS: Do not link with Firebird framework if it does not exist. #52

Closed hakonhagland closed 3 years ago

hakonhagland commented 3 years ago

Do not link with Firebird framework if it does not exist on macOS. This (and possibly combined with https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/pull/403) should fix issue #51, but I am not able to test it since I am using Apple M1 chip and the Firebird libraries for version 3 are built for macOS-x86_64.

theory commented 3 years ago

Can confirm this fixes the DBD::Firebird build on my Mac with Mac OS X 11.6 Big Sur. Nice work @hakonhagland, thank you!