forked from GitHub/gf-core
GF.CompileInParallel: fix a Win32 problem
Recognize \ in addition to / when extracting path components.
This commit is contained in:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user