mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Revert "Make MODE=tiny not depend on default build"
This reverts commit 30cd28b1f8
.
This commit is contained in:
parent
3616f2a432
commit
903cc38c37
2 changed files with 3 additions and 4 deletions
3
third_party/python/Python/frozen.c
vendored
3
third_party/python/Python/frozen.c
vendored
|
@ -7,6 +7,9 @@
|
|||
#include "third_party/python/Include/import.h"
|
||||
/* clang-format off */
|
||||
|
||||
#include "o//third_party/python/Python/importlib.inc"
|
||||
#include "o//third_party/python/Python/importlib_external.inc"
|
||||
|
||||
/* Dummy frozen modules initializer */
|
||||
|
||||
/* In order to test the support for frozen modules, by default we
|
||||
|
|
4
third_party/python/python.mk
vendored
4
third_party/python/python.mk
vendored
|
@ -1154,10 +1154,6 @@ THIRD_PARTY_PYTHON_STAGE2_A_DIRECTDEPS = \
|
|||
THIRD_PARTY_PYTHON_STAGE2_A_DEPS = \
|
||||
$(call uniq,$(foreach x,$(THIRD_PARTY_PYTHON_STAGE2_A_DIRECTDEPS),$($(x))))
|
||||
|
||||
o/$(MODE)/third_party/python/Python/frozen.o: \
|
||||
OVERRIDE_CPPFLAGS += \
|
||||
-include o/$(MODE)/third_party/python/Python/importlib.inc \
|
||||
-include o/$(MODE)/third_party/python/Python/importlib_external.inc
|
||||
o/$(MODE)/third_party/python/Python/frozen.o: \
|
||||
third_party/python/Python/frozen.c \
|
||||
o/$(MODE)/third_party/python/Python/importlib.inc \
|
||||
|
|
Loading…
Add table
Reference in a new issue