Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0f65e commit 99d707cCopy full SHA for 99d707c
Makefile.pre.in
@@ -624,7 +624,8 @@ build_wasm: check-clean-src $(BUILDPYTHON) platform sharedmods \
624
.PHONY: check-clean-src
625
check-clean-src:
626
@if test -n "$(VPATH)" -a \( \
627
- -f "$(srcdir)/Programs/python.o" \
+ -f "$(srcdir)/$(BUILDPYTHON)" \
628
+ -o -f "$(srcdir)/Programs/python.o" \
629
-o -f "$(srcdir)\Python/frozen_modules/importlib._bootstrap.h" \
630
\); then \
631
echo "Error: The source directory ($(srcdir)) is not clean" ; \
0 commit comments