diff options
| author | Gaëtan Gilbert | 2020-04-20 23:24:29 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-04-21 10:29:45 +0200 |
| commit | 5469457e73063b85ffd8a4e5247f0b11bd7ba6dd (patch) | |
| tree | 8030c926a383e1062138e16c7d8e8b63a2be7055 /dev | |
| parent | c30594f55750996398eb3947838eaf1f906f08c9 (diff) | |
Fix VST after PrincetonUniversity/VST#402
Specifically https://github.com/PrincetonUniversity/VST/commit/86d7ac6eaf9c580d5705c4257814f64560d24257
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-flocq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-flocq.sh b/dev/ci/ci-flocq.sh index e9f8324f28..7a9531216e 100755 --- a/dev/ci/ci-flocq.sh +++ b/dev/ci/ci-flocq.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download Flocq -( cd "${CI_BUILD_DIR}/Flocq" && autoconf && ./configure && ./remake "-j${NJOBS}" ) +( cd "${CI_BUILD_DIR}/Flocq" && autoconf && ./configure && ./remake "-j${NJOBS}" && ./remake install ) |
