diff --git a/dub.json b/dub.json
index f232317..39dcc25 100644
--- a/dub.json
+++ b/dub.json
@@ -13,5 +13,5 @@
 	"sourcePaths": ["Dscanner/libdparse/src"],
 	"sourceFiles": ["doc2.d", "latex.d", "jstex.d", "cgi.d", "comment.d", "stemmer.d", "dom.d", "archive.d", "jsvar.d", "script.d", "color.d", "Dscanner/src/astprinter.d"],
 	"stringImportPaths": ["."],
-	"libs": [ "z" ]
+	"libs-posix": [ "z" ]
 }