From 60ec7b06b4b5842c025b1349c3182ea57e0e3f69 Mon Sep 17 00:00:00 2001 From: ewilly Date: Tue, 22 Feb 2022 20:45:29 +0100 Subject: [PATCH] Fix myynh_compile_libffi --- scripts/_common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8d05e0e..8e8e36b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -53,8 +53,11 @@ myynh_compile_libffi () { # Install cd libffi-3.3 ./configure - make install + ynh_exec_warn_less make install ldconfig + + #Exit + cd .. } # Install specific python version