Skip to content

Commit 13ce8e0

Browse files
authored
Merge pull request #69 from schveiguy/update-installer-zlib
Add zlib as a link directive on posix systems for the install script.
2 parents 1cc76b8 + 72cd4fd commit 13ce8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/dub.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"io": "~>0.3.4",
1010
"getopt2": "0.0.1"
1111
},
12+
"libs-posix" : ["z"],
1213
"description": "Install raylib binary files",
1314
"license": "boost-1.0",
1415
"name": "install"

0 commit comments

Comments
 (0)