comparison Makefile.in @ 5495:fb50ae69121c

Add build rule for python3 (bug #58689). * src/build-python3.mk: Add build rule for python3 version 3.8.3. * dist-files.mk: Add new file to list. * index.html: Add new package to list. * src/build-setuptools.mk: Update to version 44.1.1 (last version compatible with python2). Use python2. Set installation prefix. * src/build-mako.mk: Use python2. Set installation prefix. * src/build-markupsafe.mk: Use python2. Set installation prefix. * src/mesa.mk: Windows rule depends on scons. Use python2. * src/nsis.mk: Depend on scons. Use python2.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Jul 2020 12:21:53 +0200
parents 898c27394c57
children eae508c12529
comparison
equal deleted inserted replaced
5494:898c27394c57 5495:fb50ae69121c
279 BUILD_TOOLS := $(filter-out build-texinfo build-xz, $(BUILD_TOOLS)) 279 BUILD_TOOLS := $(filter-out build-texinfo build-xz, $(BUILD_TOOLS))
280 endif 280 endif
281 # use the a native python in native mingw 281 # use the a native python in native mingw
282 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) 282 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
283 REQUIREMENTS += python3 283 REQUIREMENTS += python3
284 BUILD_TOOLS := $(filter-out build-python, $(BUILD_TOOLS)) 284 BUILD_TOOLS := $(filter-out build-python3, $(BUILD_TOOLS))
285 endif 285 endif
286 PYTHON3 ?= python3 286 PYTHON3 ?= python3
287 287
288 # use the a native awk in native mingw 288 # use the a native awk in native mingw
289 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes) 289 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)