Skip to content

Add zlib dependency for installer

Latest
Compare
Choose a tag to compare
@schveiguy schveiguy released this 12 Jul 01:25
13ce8e0

I have learned that for some compilers, zlib is NOT bundled with phobos, and in order to link the installer script binary, you must include zlib as a linked library.

This is only done on posix systems, because Windows will always have the in-built binary for zlib.

No other code has changed, just the installer.