tidy-html5: do not install tidy.exe

This commit is contained in:
Boris Pek 2017-04-01 23:59:19 +03:00
parent cf340543f0
commit 0fecea463f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC),
cd '$(PREFIX)/$(TARGET)/lib' && mv libtidys.a libtidy.a,
rm -f '$(PREFIX)/$(TARGET)/lib/libtidys.a')
rm -f '$(PREFIX)/$(TARGET)/bin/tidy.exe'
# build test manually
'$(TARGET)-gcc' \