Parcourir la source

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 il y a 2 mois
Parent
commit
72cd4fdf1c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"