diff options
| author | Hendrik Tews | 2016-10-26 09:53:38 +0200 |
|---|---|---|
| committer | Hendrik Tews | 2016-10-27 09:25:47 +0200 |
| commit | 24858fa6989ae8b41e0c31fca5499cceeb4f21e8 (patch) | |
| tree | 395ade4005280b91f4262ed681767940ac360c5b /coq/coq-system.el | |
| parent | 25355560b4aa25b17b754c33c9ba2a18d7498df4 (diff) | |
fix parallel compilation and improve assertions and debugging code
- fixes #92
Diffstat (limited to 'coq/coq-system.el')
| -rw-r--r-- | coq/coq-system.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-system.el b/coq/coq-system.el index f133d1c5..8df77da0 100644 --- a/coq/coq-system.el +++ b/coq/coq-system.el @@ -270,7 +270,7 @@ request compatibility handling of flags." (list "-R" (expand-file-name dir) alias))) (pcase entry ((and (pred stringp) dir) - (list "-Q" (expand-file-name dir) "\"\"")) + (list "-Q" (expand-file-name dir) "")) (`(ocamlimport ,dir) (list "-I" (expand-file-name dir))) (`(recnoimport ,dir ,alias) |
