This commit is contained in:
Rmys
2021-06-12 18:03:57 +03:00
committed by GitHub
parent e9b9a42caa
commit 09fb23e023
2 changed files with 14 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ def setup():
if get.buildTYPE() == "emul32":
options += " --bindir=/usr/emul32 \
--libdir=/usr/lib32"
if get.buildTYPE() != "emul32":
options += " --with-zstd"
autotools.configure(options)