diff --git a/extensions/geoip/AMBuilder b/extensions/geoip/AMBuilder index db6b7fa27..3a6a892fa 100644 --- a/extensions/geoip/AMBuilder +++ b/extensions/geoip/AMBuilder @@ -21,7 +21,7 @@ for arch in SM.archs: # We need to define manually since we're not using their build tools. # TODO: parse from their file. if not binary.compiler.like('msvc'): - binary.compiler.defines += ['PACKAGE_VERSION=1.3.2'] + binary.compiler.defines += ['PACKAGE_VERSION="1.3.2"'] binary.sources += [ 'extension.cpp',