diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-11-06 22:03:55 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-07 19:52:11 +0100 |
commit | 08de33a2e38b8bf859276dbf2d4c1eda87b6a459 (patch) | |
tree | fd67d1579b214e44c2213e3642e12ffa649241b9 /nimsuggest | |
parent | f9bf09585386e7616e518e7d3b65547f2780bc34 (diff) | |
download | Nim-08de33a2e38b8bf859276dbf2d4c1eda87b6a459.tar.gz |
remove ---path:"../compiler" from nimsuggest/nimsuggest.nim.cfg
Diffstat (limited to 'nimsuggest')
-rw-r--r-- | nimsuggest/nimsuggest.nim.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nimsuggest/nimsuggest.nim.cfg b/nimsuggest/nimsuggest.nim.cfg index 820db0dba..434c462d7 100644 --- a/nimsuggest/nimsuggest.nim.cfg +++ b/nimsuggest/nimsuggest.nim.cfg @@ -23,4 +23,3 @@ define:nimcore --path:"$nim" --threads:on --noNimblePath ---path:"../compiler" |