ode:fix
This commit is contained in:
@@ -6,20 +6,15 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
|
#pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
|
||||||
|
shelltools.system("./bootstrap")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--enable-shared \
|
||||||
--enable-shared \
|
|
||||||
--enable-demos \
|
|
||||||
--with-trimesh=opcode \
|
|
||||||
--enable-new-trimesh \
|
|
||||||
--with-drawstuff=X11 \
|
|
||||||
--enable-libccd \
|
--enable-libccd \
|
||||||
--enable-double-precision \
|
--enable-double-precision")
|
||||||
--disable-dependency-tracking")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
Reference in New Issue
Block a user