mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
ci: Fix compilation of libeasy
This commit is contained in:
parent
5d7b4d759e
commit
42d1e14a91
1 changed files with 2 additions and 3 deletions
|
|
@ -139,10 +139,9 @@ function install_libeasy()
|
||||||
(
|
(
|
||||||
|
|
||||||
cd ${BBFDM_PLUGIN_DEST}/libeasy
|
cd ${BBFDM_PLUGIN_DEST}/libeasy
|
||||||
|
exec_cmd cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
exec_cmd make
|
exec_cmd make
|
||||||
sudo mkdir -p /usr/include/easy
|
exec_cmd make install
|
||||||
sudo cp -a libeasy*.so* /usr/lib
|
|
||||||
sudo cp -a *.h /usr/include/easy/
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue