Changeset 2750 for trunk/kBuild/tools/NASM.kmk
- Timestamp:
- Jan 23, 2015, 1:24:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/NASM.kmk
r2726 r2750 36 36 # Tool Specific Properties 37 37 ifndef PATH_TOOL_NASM 38 PATH_TOOL_NASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_ BLD)/nasm/v*.*))38 PATH_TOOL_NASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_HST)/nasm/v*.*)) 39 39 ifneq ($(PATH_TOOL_NASM),) 40 40 PATH_TOOL_NASM := $(call lastword,$(PATH_TOOL_NASM))
Note:
See TracChangeset
for help on using the changeset viewer.