mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Fix AddDefine to handle quotes properly. Magnus
This commit is contained in:
parent
2ee56b6a3a
commit
e1aeba0799
|
|
@ -107,6 +107,7 @@ sub AddIncludeDir {
|
|||
sub AddDefine {
|
||||
my ($self, $def) = @_;
|
||||
|
||||
$def =~ s/"/""/g;
|
||||
$self->{defines} .= $def . ';';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user