8351606: Use build_platform for graphviz dependency

Reviewed-by: erikj
This commit is contained in:
Mikael Vidstedt 2025-03-11 16:02:25 +00:00
parent 030c85de13
commit da2b4f0749

View File

@ -1237,7 +1237,7 @@ var getJibProfilesDependencies = function (input, common) {
organization: common.organization,
ext: "tar.gz",
revision: "9.0.0+1.0",
module: "graphviz-" + input.target_platform,
module: "graphviz-" + input.build_platform,
configure_args: "DOT=" + input.get("graphviz", "install_path") + "/dot",
environment_path: input.get("graphviz", "install_path")
},