Skip to content

Commit b7b94df

Browse files
authored
Fix plantUML call in doxygen [BUILD-450] (#68)
1 parent 41f1602 commit b7b94df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxygen/doxygen.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _swift_doxygen_impl(ctx):
3737
sed -i "s|@DOXYGEN_DOT_PATH@|$DOXYGEN_DOT_PATH|g" {config}
3838
sed -i "s|@PLANTUML_JAR_PATH@|/usr/local/bin/plantuml.jar|g" {config}
3939
40-
doxygen {config}
40+
PATH=$PATH doxygen {config}
4141
""".format(config = config.path),
4242
)
4343

0 commit comments

Comments
 (0)