mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-03 19:53:05 +00:00
fix the declarations
This commit is contained in:
parent
0eef74bf90
commit
2526bb354f
8
debian/rules
vendored
8
debian/rules
vendored
@ -165,12 +165,10 @@ OCAML_ENABLE= no
|
||||
OCAML_ARCHS := amd64 arm64 armel armhf i386 ppc64el s390x
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(OCAML_ARCHS)))
|
||||
# Enable OCAML for this arch.
|
||||
OCAML_ENABLE=yes
|
||||
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
||||
DH_OPTIONS=--with ocaml
|
||||
# OCAML_ENABLE=yes
|
||||
# OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
||||
# DH_OPTIONS=--with ocaml
|
||||
endif
|
||||
# Force the deactivation of ocaml until the transition is done
|
||||
OCAML_ENABLE=no
|
||||
|
||||
LIBFUZZER_ENABLE=yes
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH_OS),linux))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user