mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +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.
|
# 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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user