Fix the build

This commit is contained in:
Justine Tunney 2023-10-15 20:36:12 -07:00
parent d1300623d2
commit 8f82a5f968
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 3 additions and 1 deletions

View file

@ -35,10 +35,12 @@ THIRD_PARTY_PYTHON_CHECKS = \
# TODO: Deal with aarch64 under qemu not making execve() easy. # TODO: Deal with aarch64 under qemu not making execve() easy.
ifneq ($(MODE), dbg) ifneq ($(MODE), dbg)
ifeq ($(ARCH), x86_64) ifeq ($(ARCH), x86_64)
ifneq ($(UNAME_S), Windows)
THIRD_PARTY_PYTHON_CHECKS += \ THIRD_PARTY_PYTHON_CHECKS += \
$(THIRD_PARTY_PYTHON_PYTEST_PYMAINS:%=o/$(MODE)/%.runs) $(THIRD_PARTY_PYTHON_PYTEST_PYMAINS:%=o/$(MODE)/%.runs)
endif endif
endif endif
endif
################################################################################ ################################################################################
# STAGE ONE - BOOTSTRAPPING PYTHON # STAGE ONE - BOOTSTRAPPING PYTHON

View file

@ -42,7 +42,7 @@ $(THIRD_PARTY_TREE_A).pkg: \
o/$(MODE)/third_party/tree/tree.com.dbg: \ o/$(MODE)/third_party/tree/tree.com.dbg: \
$(THIRD_PARTY_TREE) \ $(THIRD_PARTY_TREE) \
o/$(MODE)/third_party/tree/cmd.o \ o/$(MODE)/third_party/tree/tree.o \
$(CRT) \ $(CRT) \
$(APE_NO_MODIFY_SELF) $(APE_NO_MODIFY_SELF)
@$(APELINK) @$(APELINK)