aboutsummaryrefslogtreecommitdiffstats
path: root/core/elixir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/elixir.mk')
-rw-r--r--core/elixir.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/elixir.mk b/core/elixir.mk
index eb5c487..cd62e78 100644
--- a/core/elixir.mk
+++ b/core/elixir.mk
@@ -2,12 +2,6 @@
# Copyright (c) 2024, Loïc Hoguin <[email protected]>
# This file is part of erlang.mk and subject to the terms of the ISC License.
-# Elixir is automatically enabled in all cases except when
-# an Erlang project uses an Elixir dependency. In that case
-# $(ELIXIR) must be set explicitly.
-ELIXIR ?= $(if $(filter elixir,$(BUILD_DEPS) $(DEPS)),dep,$(if $(EX_FILES),system,disable))
-export ELIXIR
-
ifeq ($(ELIXIR),system)
# We expect 'elixir' to be on the path.
ELIXIR_BIN ?= $(shell readlink -f `which elixir`)