projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047e99a
)
Change OCaml stdlib dir to /usr/lib/<multiarch>/ocaml/<abi>
author
Stéphane Glondu
<glondu@debian.org>
Sat, 3 Aug 2024 00:25:24 +0000
(
02:25
+0200)
committer
Stéphane Glondu
<glondu@debian.org>
Tue, 6 Aug 2024 01:17:28 +0000
(
03:17
+0200)
debian/ocamlvars.mk
patch
|
blob
|
history
diff --git
a/debian/ocamlvars.mk
b/debian/ocamlvars.mk
index 149f1ba1c6f2cd1cd59e3cbda2938ef3098791fe..0b94b096d1d92771bb96aa9c0e1023b021caa603 100644
(file)
--- a/
debian/ocamlvars.mk
+++ b/
debian/ocamlvars.mk
@@
-4,7
+4,7
@@
OCAMLMAJOR := 5.2
OCAMLMINOR := 0
OCAML_ABI := $(OCAMLMAJOR).$(OCAMLMINOR)
-OCAML_STDLIB_DIR := /usr/lib/
ocaml
+OCAML_STDLIB_DIR := /usr/lib/
$(DEB_TARGET_MULTIARCH)/ocaml/$(OCAML_ABI)
OCAML_NATIVE_ARCHS := $(shell cat debian/native-archs)
OCAML_OPT_ARCH := $(filter $(DEB_HOST_ARCH),$(OCAML_NATIVE_ARCHS))
OCAML_HAVE_OCAMLOPT := $(if $(OCAML_OPT_ARCH),yes,no)