mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-16 23:27:17 +00:00
The real build fix is here, I think.
This commit is contained in:
parent
f2b201aed8
commit
7650303a08
@ -17,6 +17,7 @@ def BuildCURL():
|
|||||||
'--without-libssh2',
|
'--without-libssh2',
|
||||||
'--without-zlib']
|
'--without-zlib']
|
||||||
curl.AddCommand(command.DirectCommand(args))
|
curl.AddCommand(command.DirectCommand(args))
|
||||||
|
curl.AddCommand(command.DirectCommand(['cd lib']))
|
||||||
curl.AddCommand(command.DirectCommand(['make']))
|
curl.AddCommand(command.DirectCommand(['make']))
|
||||||
else:
|
else:
|
||||||
args = ['vcbuild',
|
args = ['vcbuild',
|
||||||
|
|||||||
@ -20,3 +20,4 @@ joys of valve, part 1: a haiku
|
|||||||
this is a big waste of time
|
this is a big waste of time
|
||||||
you smell like wet dog
|
you smell like wet dog
|
||||||
DS saves us from Valve again.
|
DS saves us from Valve again.
|
||||||
|
Curl up next to the fire and burn.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user