Current section

Files

Jump to
fs rebar.config
Raw

rebar.config

{port_env,
[{"darwin", "LDFLAGS", "-framework CoreFoundation -framework CoreServices"},
{"darwin", "CC", "clang"},
{"darwin", "CFLAGS", "-Wno-deprecated-declarations"}]
}.
{port_specs,
[{"darwin", "priv/mac_listener", ["c_src/mac/*.c"]}
]}.
{pre_hooks, [
{"win32", compile, "make -f c_src/windows/Makefile"},
{"win32", clean, "make -f c_src/windows/Makefile clean"}
]
}.