meson: work around meson issue #5115
authorDylan Baker <dylan@pnwbakers.com>
Mon, 25 Mar 2019 22:22:13 +0000 (15:22 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 27 Mar 2019 17:53:33 +0000 (10:53 -0700)
commite7ac62c3c70d6983c8d59c2289fd9ea9b6719916
treede680d2769bae02460851cc22e48fd401a968472
parent5d2cf8fc2149b9b632aafcde59734a7ea74f2b92
meson: work around meson issue #5115

This issue causes openmp arguments to be injected into compilers that
can support openmp, even if they don't. This issue will be fixed in
0.51 (code already landed in mesonbuild#5116), for older versions lets
work around the issue.
meson.build