Skip to content

Commit 83a7324

Browse files
authored
Merge pull request #1503 from rvilarl/fix/1483
Image generation: set pptr as default
2 parents 797758d + d51e87b commit 83a7324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const parseArgs = () => {
8181
});
8282

8383
backends = backends || {
84-
all: true,
84+
pptr: true,
8585
};
8686

8787
return {

0 commit comments

Comments
 (0)