diff options
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-corn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-corn.sh b/dev/ci/ci-corn.sh index 7d5d70cf90..a0c714884c 100755 --- a/dev/ci/ci-corn.sh +++ b/dev/ci/ci-corn.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download Corn -( cd "${CI_BUILD_DIR}/Corn" && make && make install ) +( cd "${CI_BUILD_DIR}/Corn" && ./configure.sh && make && make install ) |
