summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_amain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/pe_amain.c')
-rw-r--r--src/driver/pe_amain.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/pe_amain.c b/src/driver/pe_amain.c
index 9d016be..63cec52 100644
--- a/src/driver/pe_amain.c
+++ b/src/driver/pe_amain.c
@@ -113,6 +113,10 @@ int pe_main(char ** argv, char ** envp, const struct pe_fd_ctx * fdctx)
pe_cmd_common(dctx,pe_cmd_ranlib);
break;
+ case PERK_CMD_STRINGS:
+ pe_cmd_common(dctx,pe_cmd_strings);
+ break;
+
case PERK_CMD_AR:
arflags = dctx->cctx->drvflags;