Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildtools: fix all drivers disabled on Windows
[ upstream commit 74299cc ] buildtools/list-dir-globs.py printed paths with OS directory separator, which is "/" on Unices and "\" on Windows, while Meson code always expected "/". This resulted in all drivers being disabled on Windows. Replace "\" with "/" in script output. Forward slash is a valid, although non-default, separator on Windows, so no paths can be broken by this substitution. Fixes: ab9407c ("build: allow using wildcards to disable drivers") Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
- Loading branch information