1
0
Fork 0
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:
ewilly 2022-02-22 20:45:29 +01:00
parent b32b4877bc
commit 60ec7b06b4

View file

@ -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