mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
build: fix clean-libiconv
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
5
Makefile
5
Makefile
@@ -181,9 +181,10 @@ install-libiconv: download-libiconv clean-libiconv
|
||||
make && make install
|
||||
|
||||
clean-libiconv:
|
||||
ifneq ("$(wildcard vendor/libiconv/libiconv-1.17/Makefile)","")
|
||||
@cd vendor/libiconv/libiconv-1.17 && \
|
||||
make clean > /dev/null && cd .. && \
|
||||
rm -Rf lib && rm -Rf share && rm -Rf bin && rm -Rf include
|
||||
make clean
|
||||
endif
|
||||
|
||||
install-zig-js-runtime-dev:
|
||||
@cd vendor/zig-js-runtime && \
|
||||
|
||||
Reference in New Issue
Block a user