Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
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"