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)
287
287
PYTHON_SRCDIR-$(target) =build/$(os ) /$(target ) /python-$(PYTHON_VERSION )
288
288
PYTHON_INSTALL-$(target) =$(PROJECT_DIR ) /install/$(os ) /$(target ) /python-$(PYTHON_VERSION )
289
289
PYTHON_FRAMEWORK-$(target) =$$(PYTHON_INSTALL-$(target ) ) /Python.framework
290
+ ifneq ($$(BASE-$(target ) ) ,macabi)
290
291
PYTHON_LIB-$(target) =$$(PYTHON_FRAMEWORK-$(target ) ) /Python
291
292
PYTHON_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
292
297
PYTHON_INCLUDE-$(target) =$$(PYTHON_FRAMEWORK-$(target ) ) /Headers
293
298
PYTHON_STDLIB-$(target) =$$(PYTHON_INSTALL-$(target ) ) /lib/python$(PYTHON_VER )
294
299
PYTHON_PLATFORM_CONFIG-$(target) =$$(PYTHON_INSTALL-$(target ) ) /platform-config/$$(ARCH-$(target ) ) -$$(SDK-$(target ) )
You can’t perform that action at this time.
0 commit comments