VirtualBox

Changeset 99004 in vbox for trunk/src/libs


Ignore:
Timestamp:
Mar 16, 2023 12:25:09 PM (21 months ago)
Author:
vboxsync
Message:

xpcom,Installer/darwin: Build and ship the version agnostic VBoxPython3 module on macOS, bugref:9790 [build fix, mac2 doesn't has python3 installed in the usual location]

File:
1 edited

Legend:

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

    r99000 r99004  
    7979 # For now we will only provide the module for 3.8 and the version agnostic variant using the limited API.
    8080 #
    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
    8385
    8486else
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