Skip to content

Commit 26a721b

Browse files
authored
Prepend build_bindir to LLVM_CONFIG_PATH_FIX rather than append (#39275)
1 parent 7647ab5 commit 26a721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ endif # SYSTEM_LLVM
10431043
# Windows builds need a little help finding the LLVM libraries for llvm-config
10441044
LLVM_CONFIG_PATH_FIX :=
10451045
ifeq ($(OS),WINNT)
1046-
LLVM_CONFIG_PATH_FIX := PATH="$(PATH):$(build_bindir)"
1046+
LLVM_CONFIG_PATH_FIX := PATH="$(build_bindir):$(PATH)"
10471047
endif
10481048

10491049
ifeq ($(BUILD_OS),$(OS))

0 commit comments

Comments
 (0)