aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-02 22:29:06 +0200
committerLoïc Hoguin <[email protected]>2016-11-02 22:29:39 +0200
commit3bc91d63d23b4a4531ec2dc43f59c4aae704cc58 (patch)
tree2d0c98d95909124aa6446986fe7dff9521c4e18d /ebin/cowlib.app
parent7fe557b9d33403d80a9c456209a194ba473a7956 (diff)
downloadcowlib-3bc91d63d23b4a4531ec2dc43f59c4aae704cc58.tar.gz
cowlib-3bc91d63d23b4a4531ec2dc43f59c4aae704cc58.tar.bz2
cowlib-3bc91d63d23b4a4531ec2dc43f59c4aae704cc58.zip
Add OTP-19.1.5 HiPE target for CI
Experimental HiPE CI support in Erlang.mk.
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 3eb4d45..7d9769c 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -3,5 +3,6 @@
{vsn, "1.3.0"},
{modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_uri','cow_ws']},
{registered, []},
- {applications, [kernel,stdlib,crypto]}
+ {applications, [kernel,stdlib,crypto]},
+ {env, []}
]}. \ No newline at end of file