Fixed building of libcurl on Linux when a build clobber is done.
This commit is contained in:
parent
705ea18b2a
commit
07901946d0
@ -17,7 +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(['make']))
|
curl.AddCommand(command.ShellCommand('cd lib && make'))
|
||||||
else:
|
else:
|
||||||
args = ['vcbuild',
|
args = ['vcbuild',
|
||||||
os.path.join(AMBuild.sourceFolder, 'extensions', 'curl', 'curl-src', 'lib',
|
os.path.join(AMBuild.sourceFolder, 'extensions', 'curl', 'curl-src', 'lib',
|
||||||
|
Loading…
Reference in New Issue
Block a user