We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3afcab commit a496a8cCopy full SHA for a496a8c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 45056fc022a77c1b7c912ef05c7505d4ab415834
+refs/heads/master: c3879c19c2d5141d9f554687552c234b64b029c7
trunk/src/Makefile
@@ -183,6 +183,7 @@ ifneq ($(CFG_LLVM_CONFIG),)
183
$(shell ocamlc$(OPT) -config | grep standard_library:))
184
CFG_OCAML_LLVM := $(shell \
185
for path in $(shell $(CFG_LLVM_CONFIG) --libdir)/ocaml \
186
+ $(CFG_OCAML_LIBPATH) \
187
$(CFG_OCAML_LIBPATH)/llvm \
188
$(CFG_OCAML_LIBPATH)/llvm-$(CFG_LLVM_VERSION) ; do \
189
if test -e $${path}/llvm.cma; then echo $${path}; break; fi \
0 commit comments