mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix myynh_compile_libffi
This commit is contained in:
parent
b32b4877bc
commit
60ec7b06b4
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue