Changeset 82655 in vbox
- Timestamp:
- Dec 31, 2019 5:53:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r82654 r82655 2051 2051 2052 2052 # Intel ASL compiler for ACPI 2053 $(warning KBUILD_HOST:=$(KBUILD_HOST) KBUILD_HOST_VERSION_MAJOR=$(KBUILD_HOST_VERSION_MAJOR) VBOX_IASLCMD=$(VBOX_IASLCMD)) 2054 if "$(KBUILD_HOST)" == "darwin" && "$(KBUILD_HOST_VERSION_MAJOR)" >= 19 # Temp hack! Catalina needs 64-bit binary 2055 VBOX_IASLCMD ?= /opt/local/bin/iasl$(HOSTSUFF_EXE) 2056 else 2053 2057 VBOX_IASLCMD ?= $(firstword $(wildcard $(KBUILD_DEVTOOLS_HST)/bin/iasl$(HOSTSUFF_EXE)) iasl$(HOSTSUFF_EXE)) 2058 endif 2054 2059 2055 2060 # libxslt XSLT processor. (see PATH_TOOL_YASM for explanation why it's temporarily located in bin.)
Note:
See TracChangeset
for help on using the changeset viewer.