Merge pull request #4291 from zmstone/fix-compile-options

chore(compile): do not pass down EMQX_ENTERPRISE macro to deps
This commit is contained in:
Zaiming Shi 2021-03-05 13:32:52 +01:00 committed by GitHub
commit 418eddf662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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()]
]}
]}
].