summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-29 00:55:31 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-29 00:55:31 +0200
commitae1f6895faa645625a7e3486988d25c6d06b0e49 (patch)
tree59da5e85c6c815c0a8c4c3e9f87cd31cc4b02f21 /compiler
parentb92fcacb9995064a500e0d45485ebd5a1db1f237 (diff)
downloadNim-ae1f6895faa645625a7e3486988d25c6d06b0e49.tar.gz
active.nim: fixes the import path so that compilation with --noNimblePath works
Diffstat (limited to 'compiler')
-rw-r--r--compiler/plugins/active.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/plugins/active.nim b/compiler/plugins/active.nim
index 4e82e58cb..7b5306f9c 100644
--- a/compiler/plugins/active.nim
+++ b/compiler/plugins/active.nim
@@ -10,7 +10,7 @@
 ## Include file that imports all plugins that are active.
 
 import
-  compiler / [pluginsupport, idents, ast], locals, itersgen
+  "../compiler" / [pluginsupport, idents, ast], locals, itersgen
 
 const
   plugins: array[2, Plugin] = [