Skip to content

Commit aa8c8d9

Browse files
committed
Merge branch 'js/macos-gettext-build'
Build with gettext breaks on recent macOS w/ Homebrew when /usr/local/bin is not on PATH, which has been corrected. * js/macos-gettext-build: macOS: make sure that gettext is found
2 parents 061ed42 + 92a1377 commit aa8c8d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.mak.uname

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ ifeq ($(uname_S),Darwin)
114114
HAVE_BSD_SYSCTL = YesPlease
115115
FREAD_READS_DIRECTORIES = UnfortunatelyYes
116116
HAVE_NS_GET_EXECUTABLE_PATH = YesPlease
117+
BASIC_CFLAGS += -I/usr/local/include
118+
BASIC_LDFLAGS += -L/usr/local/lib
117119
endif
118120
ifeq ($(uname_S),SunOS)
119121
NEEDS_SOCKET = YesPlease

0 commit comments

Comments
 (0)