mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Fix build suboptimality
Non-default build modes were having artifacts invalidated needlessly.
This commit is contained in:
parent
93906f8f28
commit
c9f966d73c
1 changed files with 2 additions and 2 deletions
4
third_party/python/python.mk
vendored
4
third_party/python/python.mk
vendored
|
@ -1156,8 +1156,8 @@ THIRD_PARTY_PYTHON_STAGE2_A_DEPS = \
|
|||
|
||||
o/$(MODE)/third_party/python/Python/frozen.o: \
|
||||
third_party/python/Python/frozen.c \
|
||||
o/$(MODE)/third_party/python/Python/importlib.inc \
|
||||
o/$(MODE)/third_party/python/Python/importlib_external.inc
|
||||
o//third_party/python/Python/importlib.inc \
|
||||
o//third_party/python/Python/importlib_external.inc
|
||||
|
||||
################################################################################
|
||||
# TESTS
|
||||
|
|
Loading…
Add table
Reference in a new issue