We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e2be2 commit 2a2486cCopy full SHA for 2a2486c
Makefile
@@ -181,9 +181,10 @@ install-libiconv: download-libiconv clean-libiconv
181
make && make install
182
183
clean-libiconv:
184
+ifneq ("$(wildcard vendor/libiconv/libiconv-1.17/Makefile)","")
185
@cd vendor/libiconv/libiconv-1.17 && \
- make clean > /dev/null && cd .. && \
186
- rm -Rf lib && rm -Rf share && rm -Rf bin && rm -Rf include
+ make clean
187
+endif
188
189
install-zig-js-runtime-dev:
190
@cd vendor/zig-js-runtime && \
0 commit comments