Update wscript
diff --git a/wscript b/wscript
index e3cecf5..79420c0 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,6 @@
 
 def options(opt):
     opt.load('compiler_cxx boost')
-    # opt.load('ndnx', tooldir=["waf-tools"])
 
     syncopt = opt.add_option_group ("nlsr Options")
 
@@ -52,7 +51,7 @@
         target="nlsr",
         source = bld.path.ant_glob('src/*.cpp'),
         use = 'BOOST NDNCPP ChronoSync',
-        cwd = bld.path.find_dir ("src"),
+        #cwd = bld.path.find_dir ("src"),
         includes = ['src'],
         )