commit | 443a8609e87b10bc19fcd3cf06cf706693ceb11f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sat Feb 03 14:06:52 2018 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 04 16:08:51 2018 -0500 |
tree | 8d920772d752160825e6a6ce8e456f2823c42f68 | |
parent | 1013078297078fce5d2a125da79ff93a985dc3fc [diff] [blame] |
build: Fix installation path of the shared library Change-Id: Iaa9e0f00c05a3af9d10bb0058be058be444156ca
diff --git a/wscript b/wscript index 8cb55dc..8c789fc 100644 --- a/wscript +++ b/wscript
@@ -69,6 +69,7 @@ use = 'NDN_CXX BOOST', includes = ['src'], export_includes=['src'], + install_path='${LIBDIR}' ) bld.recurse('tools')