Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround to clean out stale exported files on Windows
The list of source files always use forward-slashes, so comparing these to OS-specific paths always fail on Windows with back-slashes. As a quick fix, just convert to forward-slashes for the comparison. Thanks schwende for reporting and suggesting this fix!
- Loading branch information