geany v2.1

This commit is contained in:
uglyside
2025-07-06 18:58:23 +03:00
parent 499d3e242a
commit 23b9d8bb91
3 changed files with 131 additions and 129 deletions
+7 -7
View File
@@ -15,15 +15,15 @@ j = ''.join([
' --disable-static '
])
def setup():
shelltools.export("PYTHON", "/usr/bin/python3")
autotools.configure(j)
shelltools.export("PYTHON", "/usr/bin/python3")
pisitools.dosed("libtool", " -shared ", " -Wl,-O2,--as-needed -shared ")
def setup():
autotools.configure(j)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())