mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8351606: Use build_platform for graphviz dependency
Reviewed-by: erikj
This commit is contained in:
parent
030c85de13
commit
da2b4f0749
@ -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")
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user