mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: add android-configure scripts to EXTRA_DIST
Commit baa81465a ("build: add compile for android arm64/x86/x86-64") introduced a number of new android-configure scripts but didn't add them to EXTRA_DIST in Makefile.am, causing `make dist` to fail. This commit also removes checkspare.sh from EXTRA_DIST. I broke that in commit a7a16219d ("unix: remove checksparse.sh") from last June. Mea culpa! Fixes: https://github.com/libuv/libuv/issues/2190 PR-URL: https://github.com/libuv/libuv/pull/2198 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
c4a77f5bc7
commit
1a33dcb11b
@ -121,11 +121,13 @@ EXTRA_DIST = test/fixtures/empty_file \
|
||||
docs \
|
||||
img \
|
||||
samples \
|
||||
android-configure \
|
||||
android-configure-arm \
|
||||
android-configure-arm64 \
|
||||
android-configure-x86 \
|
||||
android-configure-x86_64 \
|
||||
CONTRIBUTING.md \
|
||||
LICENSE \
|
||||
README.md \
|
||||
checksparse.sh \
|
||||
vcbuild.bat \
|
||||
common.gypi \
|
||||
gyp_uv.py \
|
||||
|
Loading…
x
Reference in New Issue
Block a user