meson: use correct keyword to fix a meson warning
authorJon Turney <jon.turney@dronecode.org.uk>
Thu, 2 Aug 2018 13:50:27 +0000 (14:50 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 2 Aug 2018 17:12:49 +0000 (18:12 +0100)
commita48c0659e12bfb2d715cceca75eff24ae6024bba
treeea0b4cb2ad2d8d35983d7bce148e73668b401dd4
parent3013e22717b7716a0b55e9f34e4d20750eb5d1a1
meson: use correct keyword to fix a meson warning

With a sufficently recent meson, the following warning is produced:

WARNING: Passed invalid keyword argument "extra_args".
WARNING: This will become a hard error in the future.

It seems that compiler.links(args:) is meant here.

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-and-Tested-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build