Skip to content

Commit

Permalink
Prepend build_bindir to LLVM_CONFIG_PATH_FIX rather than append (Juli…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jan 17, 2021
1 parent 7647ab5 commit 26a721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ endif # SYSTEM_LLVM
# Windows builds need a little help finding the LLVM libraries for llvm-config
LLVM_CONFIG_PATH_FIX :=
ifeq ($(OS),WINNT)
LLVM_CONFIG_PATH_FIX := PATH="$(PATH):$(build_bindir)"
LLVM_CONFIG_PATH_FIX := PATH="$(build_bindir):$(PATH)"
endif

ifeq ($(BUILD_OS),$(OS))
Expand Down

0 comments on commit 26a721b

Please sign in to comment.