From 39f3ea9327ca080cc5e3e80f801adb868a71369f Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 18 Dec 2017 20:58:31 +0700 Subject: [PATCH] Build NJOY without shared library --- tools/ci/travis-install-njoy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/travis-install-njoy.sh b/tools/ci/travis-install-njoy.sh index a338cbf4b7..788cfc7a7f 100755 --- a/tools/ci/travis-install-njoy.sh +++ b/tools/ci/travis-install-njoy.sh @@ -5,4 +5,4 @@ git clone https://github.com/njoy/NJOY2016 cd NJOY2016 sed -i -e 's/5\.1/4.8/' CMakeLists.txt mkdir build && cd build -cmake .. && make 2>/dev/null && sudo make install +cmake -Dstatic=on .. && make 2>/dev/null && sudo make install