lzma needs --suffix

This commit is contained in:
Ganesh Viswanathan 2019-12-19 00:10:09 -06:00
commit ba77ee66d8

View file

@ -4,7 +4,7 @@ import nimterop/[build, cimport]
const
baseDir = getProjectCacheDir("nimterop" / "tests" / "liblzma")
flags = "--prefix=__,_"
flags = "--prefix=__,_ --suffix=__,_"
static:
cDebug()