commit | 7cce974fb81ea0d6db2f6fdd42ae5e6b309ae080 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jun 10 19:28:41 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jun 10 19:28:41 2015 -0700 |
tree | f3d1fc6b2471949caf9fb747c9848775b12868fc | |
parent | e86f3195c9d98861fa44b2be6e3325c14390a58c [diff] [blame] |
build: Build ndn-cxx as a shared library Change-Id: I512f9b3936bba5ece33b9a297555303bc8f271e2
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