mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +00:00
fix the declarations
This commit is contained in:
parent
8ea018b3ba
commit
bb01588c4f
6
debian/rules
vendored
6
debian/rules
vendored
@ -166,9 +166,9 @@ OCAML_ENABLE= no
|
|||||||
OCAML_ARCHS := amd64 arm64 armel armhf i386
|
OCAML_ARCHS := amd64 arm64 armel armhf i386
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(OCAML_ARCHS)))
|
ifneq (,$(filter $(DEB_HOST_ARCH),$(OCAML_ARCHS)))
|
||||||
# Enable OCAML for this arch.
|
# Enable OCAML for this arch.
|
||||||
OCAML_ENABLE=yes
|
# OCAML_ENABLE=yes
|
||||||
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
# OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
||||||
DH_OPTIONS=--with ocaml
|
# DH_OPTIONS=--with ocaml
|
||||||
endif
|
endif
|
||||||
# Force the deactivation of ocaml until the transition is done
|
# Force the deactivation of ocaml until the transition is done
|
||||||
OCAML_ENABLE=no
|
OCAML_ENABLE=no
|
||||||
|
Loading…
Reference in New Issue
Block a user