meson: fix invalid keyword argument warnings
authorTim-Philipp Müller <tim@centricular.com>
Fri, 20 Apr 2018 11:30:24 +0000 (12:30 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 20 Apr 2018 11:30:24 +0000 (12:30 +0100)
commita7aeaca7724951cc5d80546ab69f600723506744
tree4fa3141e85408c2f2be12ca29d34b4b274de752c
parent121cfe35755b9d6180a5218fc04d8274e2a307b8
meson: fix invalid keyword argument warnings

cc.compiles() doesn't have a 'prefix' argument (yet) and the
prefix has already been prepended to the source code snippets.

https://github.com/mesonbuild/meson/issues/2364
meson.build