summaryrefslogtreecommitdiffhomepage
path: root/src/perk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/perk.c')
-rw-r--r--src/perk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perk.c b/src/perk.c
index b952a1b..5023750 100644
--- a/src/perk.c
+++ b/src/perk.c
@@ -9,7 +9,7 @@ static void perk_perform_unit_actions(struct pe_unit_ctx * uctx)
{
uint64_t flags = uctx->cctx.fmtflags;
- if (flags & PERK_OUTPUT_FLAG_EXPORT_SYMS)
+ if (flags & PERK_OUTPUT_EXPORT_SYMS)
uctx->cctx.status = pe_output_export_symbols(uctx->meta,&uctx->cctx,0);
}