lzma needs --suffix
This commit is contained in:
parent
bce8e09073
commit
ba77ee66d8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import nimterop/[build, cimport]
|
|||
|
||||
const
|
||||
baseDir = getProjectCacheDir("nimterop" / "tests" / "liblzma")
|
||||
flags = "--prefix=__,_"
|
||||
flags = "--prefix=__,_ --suffix=__,_"
|
||||
|
||||
static:
|
||||
cDebug()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue