commit | 88884490ae88747031cfcca0b3fc7dedb35969a0 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 15 15:57:43 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 15 21:08:09 2014 -0700 |
tree | a0562e560de5b28237b081324c50e02c4f345310 | |
parent | b9f6e438d551372e8817c8f8e1388d4a68c333fa [diff] [blame] |
fw: /localhost scope control for incoming Interest refs #1230 Change-Id: I86fd071ef144caa506b26a723f14232e2af5e2de
diff --git a/wscript b/wscript index e2c946b..7f33a8e 100644 --- a/wscript +++ b/wscript
@@ -46,6 +46,7 @@ boost_libs='system' if conf.options.with_tests: conf.env['WITH_TESTS'] = 1 + conf.define('WITH_TESTS', 1); boost_libs+=' unit_test_framework' conf.check_boost(lib=boost_libs)