mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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