Changeset 99004 in vbox
- Timestamp:
- Mar 16, 2023 12:25:09 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156355
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r99000 r99004 479 479 MacOS/VBoxPython2_7.so 480 480 endif 481 if defined(VBOX_WITH_PYTHON) && !defined(VBOX_WITHOUT_PYTHON_LIMITED_API) 481 if defined(VBOX_WITH_PYTHON) && !defined(VBOX_WITHOUT_PYTHON_LIMITED_API) && $(KBUILD_TARGET_ARCH) == "arm64" 482 482 VBOX_DI_VBAPP_DYLIBS += \ 483 483 MacOS/VBoxPython3.so -
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r99000 r99004 79 79 # For now we will only provide the module for 3.8 and the version agnostic variant using the limited API. 80 80 # 81 VBOX_PYTHON38_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Headers 82 VBOX_PYTHON38_LIB = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/libpython3.8.dylib 81 if1of ($(KBUILD_TARGET_ARCH),arm64) # @todo Doesn't work on the mac2 build boxes 82 VBOX_PYTHON38_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Headers 83 VBOX_PYTHON38_LIB = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/libpython3.8.dylib 84 endif 83 85 84 86 else
Note:
See TracChangeset
for help on using the changeset viewer.