diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wrap/perl-xs/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap/perl-xs/Makefile.PL b/src/wrap/perl-xs/Makefile.PL index 46317e72b..5a3276aec 100644 --- a/src/wrap/perl-xs/Makefile.PL +++ b/src/wrap/perl-xs/Makefile.PL @@ -9,7 +9,7 @@ if ( $^O eq 'MSWin32' ) else { $cc = 'g++'; - $cflags = '-Wno-write-strings -fexceptions ' . qx( botan-config --cflags ); + $cflags = $Config::Config{ccflags} . ' -Wno-write-strings -fexceptions ' . qx( botan-config-1.11 --cflags ); $libs = qx( botan-config --libs ); } |