mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Install the libcvc library
This commit is contained in:
parent
7573133626
commit
d25a34377f
@ -58,3 +58,5 @@ parts:
|
|||||||
cd build
|
cd build
|
||||||
make -j -l $(grep -c "^processor" /proc/cpuinfo)
|
make -j -l $(grep -c "^processor" /proc/cpuinfo)
|
||||||
make install
|
make install
|
||||||
|
mkdir -p $SNAPCRAFT_PART_INSTALL/usr/lib/
|
||||||
|
cp $SNAPCRAFT_STAGE/usr/lib/libcvc4.so.6 $SNAPCRAFT_PART_INSTALL/usr/lib/
|
||||||
|
Loading…
Reference in New Issue
Block a user