correctly pass compile opts to rebar
This commit is contained in:
parent
6089de017c
commit
91bce610a6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
case os:getenv("JSX_NOMAPS") of
|
||||
false ->
|
||||
try file:script("config/maps") of {ok, true} ->
|
||||
[{d, release_supports_maps}] ++ CONFIG
|
||||
[{erl_opts, [{d, release_supports_maps}]}] ++ CONFIG
|
||||
catch _:_ -> CONFIG
|
||||
end;
|
||||
_ -> CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue