chore(compile): do not pass down EMQX_ENTERPRISE macro to deps
This commit is contained in:
parent
bd66e93b6d
commit
4eb98fdf5e
|
@ -22,7 +22,6 @@ overrides() ->
|
|||
[ {add, [ {extra_src_dirs, [{"etc", [{recursive,true}]}]}
|
||||
, {erl_opts, [ deterministic
|
||||
, {compile_info, [{emqx_vsn, get_vsn()}]}
|
||||
| [{d, 'EMQX_ENTERPRISE'} || is_enterprise()]
|
||||
]}
|
||||
]}
|
||||
].
|
||||
|
|
Loading…
Reference in New Issue