VirtualBox

Changeset 57310 in vbox


Ignore:
Timestamp:
Aug 13, 2015 8:50:57 AM (9 years ago)
Author:
vboxsync
Message:

Config.kmk: Prefer python2.7 or python2.6 over plain python when build as distros starts switching to 3.x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r57275 r57310  
    17401740                                   python-not-found.exe)
    17411741 else
    1742   VBOX_BLD_PYTHON := $(firstword $(which python$(HOSTSUFF_EXE)) $(which python2.7$(HOSTSUFF_EXE)) \
    1743                                  $(which python2.6$(HOSTSUFF_EXE)) python$(HOSTSUFF_EXE))
     1742  VBOX_BLD_PYTHON := $(firstword $(which python2.7$(HOSTSUFF_EXE)) $(which python2.6$(HOSTSUFF_EXE)) \
     1743                                 $(which python$(HOSTSUFF_EXE)) python$(HOSTSUFF_EXE))
    17441744 endif
    17451745endif
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