Fixed building of libcurl on Linux when a build clobber is done.

This commit is contained in:
Scott Ehlert 2009-10-06 01:52:08 -05:00
parent 705ea18b2a
commit 07901946d0

View File

@ -17,7 +17,7 @@ def BuildCURL():
'--without-libssh2',
'--without-zlib']
curl.AddCommand(command.DirectCommand(args))
curl.AddCommand(command.DirectCommand(['make']))
curl.AddCommand(command.ShellCommand('cd lib && make'))
else:
args = ['vcbuild',
os.path.join(AMBuild.sourceFolder, 'extensions', 'curl', 'curl-src', 'lib',