From 5b2760c16c1338c5a1d01e31934f45ca211ca9c2 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 1 Oct 2020 06:41:12 -0400 Subject: [PATCH] Another attempt at pleasing autobuild --- autobuild.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 35a1b952ae0..97fb0f58edc 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3620,10 +3620,15 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>build</key> <map> <key>command</key> - <string>make</string> + <string>cmake</string> <key>options</key> <array> - <string>-j$(nproc)</string> + <string>--build</string> + <string>.</string> + <string>--config</string> + <string>Release</string> + <string>--parallel</string> + <string>6</string> </array> </map> <key>configure</key> -- GitLab