Changeset 101671 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Oct 31, 2023 8:56:06 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r100110 r101671 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 exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9" 82 VBOX_PYTHON39_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Headers 83 VBOX_PYTHON39_LIB = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/libpython3.9.dylib 84 endif 81 85 if exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8" 82 86 VBOX_PYTHON38_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Headers
Note:
See TracChangeset
for help on using the changeset viewer.