trying to fix zlib linking

This commit is contained in:
Vadim Lopatin 2017-08-25 11:39:36 +03:00
parent 1ccf23a7ff
commit e2dc679dac
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@ addons:
- gcc-multilib
- libx11-dev
- libx11-dev:i386
- zlib1g-dev
- zlib1g-dev:i386
script:
- dub test --compiler=${DC} --arch=${ARCH} --config=${CONFIG}

View File

@ -17,7 +17,7 @@
"3rdparty", "src"
],
"libs-linux": ["Z"],
"libs-linux": ["z"],
"stringImportPaths": [
"views",