Actually fix Linux build.

This commit is contained in:
Headline 2018-12-05 01:14:06 -08:00
parent d8ab02d836
commit 4d13dc413b

View File

@ -21,7 +21,7 @@ for arch in SM.archs:
# We need to define manually since we're not using their build tools. # We need to define manually since we're not using their build tools.
# TODO: parse from their file. # TODO: parse from their file.
if not binary.compiler.like('msvc'): if not binary.compiler.like('msvc'):
binary.compiler.defines += ['PACKAGE_VERSION=1.3.2'] binary.compiler.defines += ['PACKAGE_VERSION="1.3.2"']
binary.sources += [ binary.sources += [
'extension.cpp', 'extension.cpp',