commit | 80342d81d2c8164db448e66617e608eb026651da | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 11 13:38:53 2015 -0700 |
committer | Gerrit Code Review <gerrit@named-data.net> | Thu Jun 11 13:38:53 2015 -0700 |
tree | ae950431f660d4ff45d0ed0826f08fc7c42aa891 | |
parent | 9eef6486aa8f172090cd055839a11f021703246c [diff] | |
parent | 7cce974fb81ea0d6db2f6fdd42ae5e6b309ae080 [diff] |
Merge "build: Build ndn-cxx as a shared library"
diff --git a/.jenkins.d/10-ndn-cxx.sh b/.jenkins.d/10-ndn-cxx.sh index 2af7d6a..32bc8e1 100755 --- a/.jenkins.d/10-ndn-cxx.sh +++ b/.jenkins.d/10-ndn-cxx.sh
@@ -23,7 +23,7 @@ pushd ndn-cxx >/dev/null -./waf configure -j1 --color=yes --without-osx-keychain +./waf configure -j1 --color=yes --enable-shared --disable-static --without-osx-keychain ./waf -j1 --color=yes sudo ./waf install -j1 --color=yes