VirtualBox

Changeset 101671 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Oct 31, 2023 8:56:06 AM (15 months ago)
Author:
vboxsync
Message:

libs/xpcom/python: Ventura ships with python 3.9 only, bugref:10507

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r100110 r101671  
    7979 # For now we will only provide the module for 3.8 and the version agnostic variant using the limited API.
    8080 #
     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
    8185 if exists "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8"
    8286  VBOX_PYTHON38_INC = /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Headers
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette