Changeset 99005 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Mar 16, 2023 12:46:15 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r99004 r99005 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 if 1of ($(KBUILD_TARGET_ARCH),arm64) # @todo Doesn't work on the mac2 build boxes81 if exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8" 82 82 VBOX_PYTHON38_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Headers 83 83 VBOX_PYTHON38_LIB = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/libpython3.8.dylib 84 endif 85 if exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7" 86 VBOX_PYTHON37_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/Headers 87 VBOX_PYTHON37_LIB = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/libpython3.8.dylib 84 88 endif 85 89
Note:
See TracChangeset
for help on using the changeset viewer.