Skip to content

Commit a496a8c

Browse files
rilliangraydon
authored andcommitted
---
yaml --- r: 826 b: refs/heads/master c: c3879c1 h: refs/heads/master v: v3
1 parent c3afcab commit a496a8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 45056fc022a77c1b7c912ef05c7505d4ab415834
2+
refs/heads/master: c3879c19c2d5141d9f554687552c234b64b029c7

trunk/src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ ifneq ($(CFG_LLVM_CONFIG),)
183183
$(shell ocamlc$(OPT) -config | grep standard_library:))
184184
CFG_OCAML_LLVM := $(shell \
185185
for path in $(shell $(CFG_LLVM_CONFIG) --libdir)/ocaml \
186+
$(CFG_OCAML_LIBPATH) \
186187
$(CFG_OCAML_LIBPATH)/llvm \
187188
$(CFG_OCAML_LIBPATH)/llvm-$(CFG_LLVM_VERSION) ; do \
188189
if test -e $${path}/llvm.cma; then echo $${path}; break; fi \

0 commit comments

Comments
 (0)