meson: Fix pythondetector on Debian and use sysconfig for getting the ABIFLAGS too
authorSebastian Dröge <sebastian@centricular.com>
Wed, 14 Sep 2016 09:42:54 +0000 (11:42 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 14 Sep 2016 11:42:49 +0000 (13:42 +0200)
commit1b60fedc314a838beea5c7dcbb0278d89e390018
treebea424c5e2e330353440183ed24eed4ca6c64d2b
parent2f0bd772498c1d8cdc07b64eecbbc31de9c33875
meson: Fix pythondetector on Debian and use sysconfig for getting the ABIFLAGS too

Paths like /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu would not be
detected by the old code, but it's all nicely stored in sysconfig so
let's just use that.
pythondetector