mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03: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…
x
Reference in New Issue
Block a user