commit | 523fcb12562847d98a8fc5f597f78b51f4665e7b | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Jul 20 14:02:36 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Jul 20 14:02:36 2016 +0000 |
tree | f08c6434efc63fe1cc34dea80fd18883340dd8cf | |
parent | b098e9f3c4d181ae567f122aae4a838b73e77e95 [diff] |
pib: correct build target path refs #3018 Change-Id: I98be301026b7c0cd9469ef6d9732ff9b28560d76
diff --git a/tools/pib/wscript b/tools/pib/wscript index 7a40d5a..3e82b60 100644 --- a/tools/pib/wscript +++ b/tools/pib/wscript
@@ -13,7 +13,7 @@ bld(features=['cxx', 'cxxprogram'], - target='ndn-pib', + target='../../bin/ndn-pib', source='ndn-pib.cpp', use='pib-objects', )