libatomic_ops-7.8.2

This commit is contained in:
Rmys
2024-02-06 15:56:43 +03:00
parent 0e81435047
commit 28359a30be
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.configure("--prefix=/usr")
autotools.configure("--prefix=/usr --enable-shared")
def build():
autotools.make()