Changeset 57310 in vbox
- Timestamp:
- Aug 13, 2015 8:50:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r57275 r57310 1740 1740 python-not-found.exe) 1741 1741 else 1742 VBOX_BLD_PYTHON := $(firstword $(which python $(HOSTSUFF_EXE)) $(which python2.7$(HOSTSUFF_EXE)) \1743 $(which python 2.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)) 1744 1744 endif 1745 1745 endif
Note:
See TracChangeset
for help on using the changeset viewer.