util/glsl2spirv: fix type error in argument handling
authorDylan Baker <dylan.c.baker@intel.com>
Tue, 1 Nov 2022 19:40:21 +0000 (12:40 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 10 Nov 2022 21:14:17 +0000 (21:14 +0000)
commit76e3b482be125cc0a2edd75bdeb14d4a6e9232fb
tree4eb08a92f9a3abf73f0ab8632118b610ffdb9194
parentf562e37c9325cc107d4f02026946acc14c75b323
util/glsl2spirv: fix type error in argument handling

args.Olib is set to `store_true`, which means it will always be `True`
or `False`, this means that the we always, unconditionally, add
`--keep-uncalled` to the command line.

fixes: 9786d9ef2abb45a4e832cf1347581e3ca3aae9f0

Reviewed-by: Luis Felipe Strano Moraes <luis.strano@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19449>
src/util/glsl2spirv.py