build: match emqx-pkg profile
This commit is contained in:
parent
d63d6b5f27
commit
59dfde04a9
|
@ -183,8 +183,12 @@ get_edition_from_profille_env() ->
|
|||
case os:getenv("PROFILE") of
|
||||
"emqx" ->
|
||||
ce;
|
||||
"emqx-" ++ _ ->
|
||||
ce;
|
||||
"emqx-enterprise" ->
|
||||
ee;
|
||||
"emqx-enterprise-" ++ _ ->
|
||||
ee;
|
||||
false ->
|
||||
ee;
|
||||
V ->
|
||||
|
|
Loading…
Reference in New Issue