mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Compatibility for b64_ntop, missing from some alternative libc.
This commit is contained in:
@ -226,6 +226,9 @@ endif
|
||||
if NO_STRTONUM
|
||||
nodist_tmux_SOURCES += compat/strtonum.c
|
||||
endif
|
||||
if NO_B64_NTOP
|
||||
nodist_tmux_SOURCES += compat/b64_ntop.c
|
||||
endif
|
||||
|
||||
# Update SF web site.
|
||||
upload-index.html: update-index.html
|
||||
|
Reference in New Issue
Block a user