Skip to content

Commit

Permalink
Always generate args.h in untrusted folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Krishnamoorthi <[email protected]>
  • Loading branch information
anakrish committed May 29, 2020
1 parent 9255152 commit 0b74c53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ int main(int argc, char** argv)
}
if (gen_untrusted)
{
if (untrusted_dir != trusted_dir)
ArgsHEmitter(edl).emit(untrusted_dir);
ArgsHEmitter(edl).emit(untrusted_dir);
HEmitter(edl).emit_u_h(untrusted_dir);
if (!header_only)
CEmitter(edl).emit_u_c(untrusted_dir);
Expand Down

0 comments on commit 0b74c53

Please sign in to comment.