diff --git a/extensions/curl/AMBuilder b/extensions/curl/AMBuilder index d34f3d385..05423ed46 100644 --- a/extensions/curl/AMBuilder +++ b/extensions/curl/AMBuilder @@ -17,8 +17,7 @@ def BuildCURL(): '--without-libssh2', '--without-zlib'] curl.AddCommand(command.DirectCommand(args)) - curl.AddCommand(command.ShellCommand('cd lib')) - 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', diff --git a/pushbuild.txt b/pushbuild.txt index 11a46e82e..491d1f7c4 100644 --- a/pushbuild.txt +++ b/pushbuild.txt @@ -24,3 +24,4 @@ Curl up next to the fire and burn. Sushi tastes great in winter. APPLESAWCE A ridiculous monsoon said hello to the lamp on his messy desk. +Hi predcrab! I'm running out of things to say.