aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-15 13:48:35 +0100
committerLoïc Hoguin <[email protected]>2016-01-15 13:48:35 +0100
commite84e06d8f9b8138da676d0a56facd16a7c8e28c6 (patch)
tree102cc99f1cac534171fdb79db275e074afeede89 /erlang.mk
parent3d48e581115772ddbcd906727b900b9ee6aa2c41 (diff)
downloadcowboy-e84e06d8f9b8138da676d0a56facd16a7c8e28c6.tar.gz
cowboy-e84e06d8f9b8138da676d0a56facd16a7c8e28c6.tar.bz2
cowboy-e84e06d8f9b8138da676d0a56facd16a7c8e28c6.zip
Update CI
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index a59b6ed..6748ab5 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -16,7 +16,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
-ERLANG_MK_VERSION = 2.0.0-pre.2-72-g86ddfb5
+ERLANG_MK_VERSION = 2.0.0-pre.2-73-g87285ad
# Core configuration.
@@ -5095,7 +5095,7 @@ $(if $(filter-out -Werror,$1),\
endef
define compat_erlc_opts_to_list
- [$(call comma_list,$(foreach o,$(call compat_prepare_erlc_opts,$1),$(call compat_convert_erlc_opts,$o)))]
+[$(call comma_list,$(foreach o,$(call compat_prepare_erlc_opts,$1),$(call compat_convert_erlc_opts,$o)))]
endef
define compat_rebar_config