GF.CompileInParallel: fix a Win32 problem

Recognize \ in addition to / when extracting path components.
This commit is contained in:
hallgren
2015-03-13 13:48:14 +00:00
parent cd50599267
commit 421bdf3903

View File

@@ -63,6 +63,7 @@ parallelBatchCompile jobs opts rootfiles0 =
all_modes = ["alltenses","present"]
dropSlash ('/':p) = p
dropSlash ('\\':p) = p
dropSlash p = p
batchCompile1 lib_dir (opts,filepaths) =