mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Enable dhooks linux64 builds
This commit is contained in:
parent
dfa8659062
commit
ecbf53c26b
@ -7,9 +7,6 @@ for cxx in builder.targets:
|
|||||||
# mac isn't supported
|
# mac isn't supported
|
||||||
if binary.compiler.target.platform == 'mac':
|
if binary.compiler.target.platform == 'mac':
|
||||||
continue
|
continue
|
||||||
# Presently only x86_64 on Windows is supported
|
|
||||||
if binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform != 'windows':
|
|
||||||
continue
|
|
||||||
|
|
||||||
binary.compiler.defines += [
|
binary.compiler.defines += [
|
||||||
'META_NO_HL2SDK',
|
'META_NO_HL2SDK',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user