1
0
forked from GitHub/gf-core

Add libtool finish command from warning

This commit is contained in:
John J. Camilleri
2020-11-09 21:35:17 +01:00
parent ed97a42fde
commit 9018eabb10

View File

@@ -30,6 +30,7 @@ pushd src/runtime/c
bash setup.sh configure --prefix="$prefix"
bash setup.sh build
bash setup.sh install prefix="$destdir$prefix"
libtool --finish "$prefix/lib"
popd
## Build the python binding to the C run-time system