Skip to content

Commit b3602b2

Browse files
mkittistaticfloat
authored andcommitted
Prepend build_bindir to LLVM_CONFIG_PATH_FIX rather than append (#39275)
(cherry picked from commit 26a721b)
1 parent 46a5171 commit b3602b2

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
@@ -1039,7 +1039,7 @@ endif # SYSTEM_LLVM
10391039
# Windows builds need a little help finding the LLVM libraries for llvm-config
10401040
LLVM_CONFIG_PATH_FIX :=
10411041
ifeq ($(OS),WINNT)
1042-
LLVM_CONFIG_PATH_FIX := PATH="$(PATH):$(build_bindir)"
1042+
LLVM_CONFIG_PATH_FIX := PATH="$(build_bindir):$(PATH)"
10431043
endif
10441044

10451045
ifeq ($(BUILD_OS),$(OS))

0 commit comments

Comments
 (0)