mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +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
|
||||
if binary.compiler.target.platform == 'mac':
|
||||
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 += [
|
||||
'META_NO_HL2SDK',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user