File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,13 @@ ifneq ($(os),macOS)
287287PYTHON_SRCDIR-$(target) =build/$(os ) /$(target ) /python-$(PYTHON_VERSION )
288288PYTHON_INSTALL-$(target) =$(PROJECT_DIR ) /install/$(os ) /$(target ) /python-$(PYTHON_VERSION )
289289PYTHON_FRAMEWORK-$(target) =$$(PYTHON_INSTALL-$(target ) ) /Python.framework
290+ ifneq ($$(BASE-$(target ) ) ,macabi)
290291PYTHON_LIB-$(target) =$$(PYTHON_FRAMEWORK-$(target ) ) /Python
291292PYTHON_BIN-$(target) =$$(PYTHON_INSTALL-$(target ) ) /bin
293+ else
294+ PYTHON_LIB-$(target) =$$(PYTHON_FRAMEWORK-$(target ) ) /Versions/$(PYTHON_VER ) /Python
295+ PYTHON_BIN-$(target) =$$(PYTHON_INSTALL-$(target ) ) /Python.framework/Versions/$(PYTHON_VER ) /bin
296+ endif
292297PYTHON_INCLUDE-$(target) =$$(PYTHON_FRAMEWORK-$(target ) ) /Headers
293298PYTHON_STDLIB-$(target) =$$(PYTHON_INSTALL-$(target ) ) /lib/python$(PYTHON_VER )
294299PYTHON_PLATFORM_CONFIG-$(target) =$$(PYTHON_INSTALL-$(target ) ) /platform-config/$$(ARCH-$(target ) ) -$$(SDK-$(target ) )
You can’t perform that action at this time.
0 commit comments