Update glvis for new builder interface (#33699)

This commit is contained in:
Greg Becker 2022-11-03 17:10:39 -07:00 committed by GitHub
parent b52be75978
commit 79fcc0848f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,5 +189,5 @@ def yes_no(s):
),
]
self.build_targets = args
self.install_targets += args
self.builder.build_targets = args
self.builder.install_targets += args