diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-15 23:04:23 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-15 23:04:23 -0500 |
| commit | c40b25d2a29c467121b515739b5f67f9c7774927 (patch) | |
| tree | 2e7b2f0b33ffa8a5717e9747fc5d78efc3d235a7 /tests | |
| parent | f4d863d3ddb8ac8b6295476d33351e8db0e4d90a (diff) | |
| download | nimterop-c40b25d2a29c467121b515739b5f67f9c7774927.tar.gz nimterop-c40b25d2a29c467121b515739b5f67f9c7774927.zip | |
Fix altNames behavior
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/zlib.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zlib.nim b/tests/zlib.nim index 572580c..036b50c 100644 --- a/tests/zlib.nim +++ b/tests/zlib.nim @@ -29,7 +29,7 @@ getHeader( giturl = "https://github.com/madler/zlib", dlurl = "http://zlib.net/zlib-$1.tar.gz", outdir = baseDir, - altNames = "z" + altNames = "z,zlib" ) cPlugin: |
