Is it possible somehow to include record definitions from hrl include for rebar3.config?
The only way I’ve found so far, that compiling erlydtl templates with the runtime which is including hrl.
Is it possible somehow to include record definitions from hrl include for rebar3.config?
The only way I’ve found so far, that compiling erlydtl templates with the runtime which is including hrl.
I’m pretty sure you can’t add them to rebar.config
directly, but have you tried using rebar.config.script
?