浏览代码

Add zlib as a link directive on posix systems for the install script.
This technically should be provided by phobos, but on some default os
packages, zlib is not included with phobos, and you must explicitly link
against it.

Steven Schveighoffer 2 月之前
父节点
当前提交
72cd4fdf1c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/dub.json

+ 1 - 0
install/dub.json

@@ -9,6 +9,7 @@
         "io": "~>0.3.4",
         "getopt2": "0.0.1"
     },
+    "libs-posix" : ["z"],
     "description": "Install raylib binary files",
     "license": "boost-1.0",
     "name": "install"