Changeset 102412 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Dec 1, 2023 8:54:26 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 160555
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r102411 r102412 80 80 # 81 81 if exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9" 82 VBOX_PYTHON39_INC = /Users/aeichner/python-3.11.6/include/python3.11 83 VBOX_PYTHON39_LIB = /Users/aeichner/python-3.11.6/lib/libpython3.9.dylib 84 endif 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 85 84 if exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8" 86 85 VBOX_PYTHON38_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Headers
Note:
See TracChangeset
for help on using the changeset viewer.