Skip to content

Commit 7881152

Browse files
authored
Develop fix gettext (#150)
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
1 parent 3441ad0 commit 7881152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/darwin_20.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ INSTALL "$PYTHON_EXEC" -m pip install --upgrade pip || error "pip update failed"
5151
INSTALL brew install autoconf libffi zlib pkg-config xz gdbm tcl-tk
5252

5353
# install required tools
54-
INSTALL brew install automake libtool gnu-sed gawk
54+
INSTALL brew install automake libtool gnu-sed gawk gettext
5555

5656
clang -v >/dev/null || error "you have not installed clang. Use 'xcode-select --install' to install command line build tools."
5757

0 commit comments

Comments
 (0)