wscript: adjust add_option() calls to match newer waf
commit86453200cc6c61c03d23320bad2ce8247d8adf4b
authorNedko Arnaudov <nedko@nedk.org>
Mon, 26 Aug 2024 18:58:56 +0000 (26 21:58 +0300)
committerNedko Arnaudov <nedko@nedk.org>
Mon, 26 Aug 2024 19:13:22 +0000 (26 22:13 +0300)
tree77ead053684e4c34757cafc7dcddbfae4cfdf4da
parent6ccabebdf7e4f1c3d177f412b641e3d812265f02
wscript: adjust add_option() calls to match newer waf

The fixed message was:

Invalid "type=str" in add_option (must be a class, not a string)

As string is the default type anyway,
type is not supplied anymore for these options.
wscript