Skip to content

Commit c11befc

Browse files
authored
Fix wkhtmltopdf on macos (#300)
1 parent 30cfdbd commit c11befc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

script/get-wkhtmltopdf/meta.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ deps:
1111
skip_if_env:
1212
MLC_HOST_OS_TYPE:
1313
- windows
14+
- tags: get,generic-sys-util,_wkhtmltopdf
15+
enable_if_env:
16+
MLC_HOST_OS_TYPE:
17+
- darwin
1418
uid: 67ec874a3dfe4b87
1519
docker:
1620
pre_run_cmds:
1721
- mlc pull repo
1822
variations:
1923
with-qt:
2024
group: qt
21-
default: true
22-
23-
25+
default: true

0 commit comments

Comments
 (0)