eserte / perl-tk

the perl module Tk
https://metacpan.org/release/Tk
Other
44 stars 31 forks source link

Tk::MMtry not using custom CC/CFLAGS/etc. #78

Open chrstphrchvz opened 3 years ago

chrstphrchvz commented 3 years ago

Tk::MMtry::try_compile() and Tk::MMtry::try_run() currently only use the compiler and flags from Config.pm. If a custom compiler and flags are specified to Perl/Tk's Makefile.PL, those should be used instead/as well by try_compile() and try_run().