File: rebar.config.bitarray

package info (click to toggle)
ejabberd-contrib 0.2020.10.21~dfsg0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,280 kB
  • sloc: erlang: 11,364; sql: 92; makefile: 90; sh: 41
file content (14 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ct_extra_params, "-env ERL_LIBS deps/"}.
{port_env,
    [ {"DRV_CFLAGS", "-fPIC -O2 $ERL_CFLAGS"},
      {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}
    ]}.
{port_specs, [{"priv/bitarray.so", ["c_src/bitarray_nif.c"]}]}.


{deps, [
 %% For runtime
 %% --
 %% For tests
  {proper, "1.2",
    {git, "https://github.com/manopapad/proper.git", {tag, "v1.2"}}}]}.