Ver Fonte

Merge pull request #69 from schveiguy/update-installer-zlib

Add zlib as a link directive on posix systems for the install script.
Steven Schveighoffer há 2 meses atrás
pai
commit
13ce8e0ecc
1 ficheiros alterados com 1 adições e 0 exclusões
  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"