Support for the experimental python stuff in the traditional
Makefiles (set EXPYTHON=true in user-def.mk).
This commit is contained in:
@@ -35,7 +35,12 @@ SOURCEDIR = intern
|
||||
# include nan_subdirs.mk
|
||||
|
||||
ALLDIRS = string ghost guardedalloc bmfont moto container memutil
|
||||
ALLDIRS += decimation iksolver keymaker bsp python/freeze
|
||||
ALLDIRS += decimation iksolver keymaker bsp
|
||||
|
||||
ifneq ($(EXPYTHON), true)
|
||||
ALLDIRS += python/freeze
|
||||
endif
|
||||
|
||||
|
||||
all::
|
||||
@for i in $(ALLDIRS); do \
|
||||
|
Reference in New Issue
Block a user