Statically linking does not use shared libraries of encodings

This commit is contained in:
Nobuyoshi Nakada 2024-02-03 15:59:55 +09:00
parent 124be0aaaa
commit 055615a473
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -932,7 +932,7 @@ test: test-short
# Separate to skip updating encs and exts by `make -o test-precheck`
# for GNU make.
test-precheck: encs exts PHONY $(DOT_WAIT)
test-precheck: $(ENCSTATIC:static=lib)encs exts PHONY $(DOT_WAIT)
yes-test-all-precheck: programs $(DOT_WAIT) test-precheck
PRECHECK_TEST_ALL = yes-test-all-precheck