mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Actually fix Linux build.
This commit is contained in:
parent
d8ab02d836
commit
4d13dc413b
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user