Changeset 63382 in vbox
- Timestamp:
- Aug 12, 2016 6:46:20 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Config.kmk ¶
r63377 r63382 2105 2105 VBOX_PATH_MAKECAB ?= $(VBOX_PATH_CABSDK)/BIN/MAKECAB.EXE 2106 2106 2107 # We need to export YASM for OSE, but since it was converted to .zip we need to 2108 # allow for the location used by the zip to be properly cleaned up first. 2109 if1of ($(KBUILD_HOST).$(KBUILD_HOST_ARCH), linux.x86 solaris.x86 win.x86) 2110 PATH_TOOL_YASM ?= $(KBUILD_DEVTOOLS_HST)/bin 2107 ifdef VBOX_OSE ## @todo try get rid of this crap! People can use the latest and greatest Yasm release, no need to check in the binary for OSE. 2108 # We need to export YASM for OSE, but since it was converted to .zip we need to 2109 # allow for the location used by the zip to be properly cleaned up first. 2110 if1of ($(KBUILD_HOST).$(KBUILD_HOST_ARCH), linux.x86 solaris.x86 win.x86) 2111 PATH_TOOL_YASM ?= $(KBUILD_DEVTOOLS_HST)/bin 2112 endif 2111 2113 endif 2112 2114
Note:
See TracChangeset
for help on using the changeset viewer.