summary refs log tree commit diff stats
path: root/config/nimrod.cfg
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-28 23:04:18 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-28 23:04:18 +0100
commitb559285b78bfa76533d25e77f3f61cab2427bb03 (patch)
treef418f489f307f825a934cea878921f65c0114561 /config/nimrod.cfg
parentddb718548278290a1c25c1bbfba82bc5581457a7 (diff)
downloadNim-b559285b78bfa76533d25e77f3f61cab2427bb03.tar.gz
examples/lib use the new wrappers
Diffstat (limited to 'config/nimrod.cfg')
-rwxr-xr-xconfig/nimrod.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg
index 7043f71fc..2c93e167e 100755
--- a/config/nimrod.cfg
+++ b/config/nimrod.cfg
@@ -16,7 +16,7 @@ cc = gcc
 
 path="$lib/pure"
 path="$lib/impure"
-path="$lib/newwrap"
+path="$lib/wrappers"
 path="$lib/wrappers/cairo"
 path="$lib/wrappers/gtk"
 path="$lib/wrappers/lua"