diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-09-23 14:52:34 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-02 15:31:53 -0500 |
| commit | f21315ff1747ce0814f3a1e480f7b2e01ad9a278 (patch) | |
| tree | 401f1976ada7dd0aa32d78a3d9e748405ea0f8ab /tests | |
| parent | 4ed751ad5a64c868cf5cc087114827b426a9c07e (diff) | |
| download | nimterop-f21315ff1747ce0814f3a1e480f7b2e01ad9a278.tar.gz nimterop-f21315ff1747ce0814f3a1e480f7b2e01ad9a278.zip | |
More build helpers
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/zlib.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zlib.nim b/tests/zlib.nim index f2cc16a..6da7cdc 100644 --- a/tests/zlib.nim +++ b/tests/zlib.nim @@ -57,8 +57,8 @@ when defined(posix): cSkipSymbol(@["u_int8_t", "u_int16_t", "u_int32_t", "u_int64_t"]) when defined(zlibGit) or defined(zlibDL): - when dirExists(baseDir / "build"): - cIncludeDir(baseDir / "build") + when dirExists(baseDir / "buildcache"): + cIncludeDir(baseDir / "buildcache") when not defined(zlibStatic): cImport(zlibPath, recurse = true, dynlib = "zlibLPath") |
