TD-275: Bring back Erlang modules' prefix (#17)

This commit is contained in:
Andrew Mayorov 2022-04-19 11:10:44 +03:00 committed by GitHub
parent bf0d62d02b
commit b5b375e4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,5 +63,5 @@
{thrift_compiler_opts, [
{in_dir, "proto"},
{in_files, all},
{gen, "erlang:scoped_typenames"}
{gen, "erlang:scoped_typenames,app_prefix=xrates"}
]}.