build: fix Windows build
authorBruce Richardson <bruce.richardson@intel.com>
Sat, 23 Nov 2019 02:59:59 +0000 (18:59 -0800)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 25 Nov 2019 14:07:02 +0000 (15:07 +0100)
commit3eb485c64444b01f79c67f9a591df916056633dd
treeafba4bca99e024382816a2029271df29ad2a6307
parentc143928d8977f9d118078a0e6545d9058bbdbe52
build: fix Windows build

While most windows apps can handle both "\" and "/" as path separators,
"more" is treating the "/" as the start of a command-line flag in this
case, causing errors.

Fixes: cba806e07d6f ("build: change ABI versioning to global")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
config/meson.build
meson.build