commit | e26ae2ee0841ae4ac9f6ad68cae89fe799b7489c | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Jun 09 14:24:44 2015 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Tue Jun 09 14:24:44 2015 -0700 |
tree | 21dd2c4d0e6d62cc174c85af5c117c62f37bcc0d | |
parent | c0029b603871ab4147b89d2df79a33242c77b22f [diff] [blame] |
build: Build ndn-cxx as a shared library Change-Id: Iba4b04182346ecb6a5b318866e0b40fffd51c170
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