Require minimum OTP R14, to fix compilation on OTP 17.

This commit is contained in:
Arjan Scherpenisse
2014-06-10 12:38:40 +02:00
parent 8be2c9ec35
commit 3847315586
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.rebar
rebar
ebin

View File

@@ -1,4 +1,4 @@
{require_otp_vsn, "R14|R15|R16"}.
{require_min_otp_vsn, "R14"}.
{port_env, [
{"CFLAGS", "$CFLAGS -DSQLITE_THREADSAFE=1 -DSQLITE_USE_URI -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS"}]}.
{port_specs, [