jsx/rebar.config.script
2014-04-17 14:08:15 +00:00

8 lines
No EOL
205 B
Text

case os:getenv("JSX_NOMAPS") of
false ->
try file:script("config/maps") of {ok, true} ->
[{erl_opts, [{d, release_supports_maps}]}] ++ CONFIG
catch _:_ -> CONFIG
end;
_ -> CONFIG
end.