Add libisl buildfile. I'm off my game...

This commit is contained in:
Mid Favila 2021-07-29 20:56:50 +00:00
parent 9e8ab0db6f
commit 65a6df754e
1 changed files with 8 additions and 0 deletions

View File

@ -1 +1,9 @@
#!/bin/sh -e
./autogen.sh
./configure \
--prefix=/usr
make
make DESTDIR="$1" install