zsh: set DL_EXT to bundle

This commit is contained in:
Chongyu Zhu 2018-09-14 22:32:22 +08:00
parent 4d602d1476
commit 4704b35668
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -46,6 +46,7 @@ class Zsh < Formula
--enable-multibyte
--enable-zsh-secure-free
--with-tcsetpgrp
DL_EXT=bundle
]
args << "--disable-gdbm" if build.without? "gdbm"