# HG changeset patch # User ihse # Date 1543254740 -3600 # Node ID bb6e39ffd20641d110695bd97082234b3ea66ac4 # Parent 9c7f4a3c41394a88e384dc672367205e7bec5631 Add pandoc to macosx-x64 builds. diff -r 9c7f4a3c4139 -r bb6e39ffd206 make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js Mon Nov 26 18:50:55 2018 +0100 +++ b/make/conf/jib-profiles.js Mon Nov 26 18:52:20 2018 +0100 @@ -401,7 +401,7 @@ "macosx-x64": { target_os: "macosx", target_cpu: "x64", - dependencies: ["devkit", "graalunit_lib"], + dependencies: ["devkit", "pandoc", "graalunit_lib"], configure_args: concat(common.configure_args_64bit, "--with-zlib=system", "--with-macosx-version-max=10.9.0"), },