diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/unit-cc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/unit-cc.pl b/make/unit-cc.pl index df718cdb8..55c491e0d 100755 --- a/make/unit-cc.pl +++ b/make/unit-cc.pl @@ -102,7 +102,7 @@ sub do_compile { $flags .= ' ' . getcompilerflags($file); if ($file =~ m#(?:^|/)((?:m|cmd)_[^/. ]+)(?:\.cpp|/.*\.cpp)$#) { - $flags .= ' -DMODNAME='.$1.'.so'; + $flags .= ' -DMODNAME=\\"'.$1.'\\"'; } } else { $binary = $ENV{RUNLD}; |