summaryrefslogtreecommitdiff
path: root/src/driver/slbt_amain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/slbt_amain.c')
-rw-r--r--src/driver/slbt_amain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/slbt_amain.c b/src/driver/slbt_amain.c
index a9cc118..bcf88ba 100644
--- a/src/driver/slbt_amain.c
+++ b/src/driver/slbt_amain.c
@@ -157,10 +157,10 @@ int slbt_main(char ** argv, char ** envp, const struct slbt_fd_ctx * fdctx)
/* slibtoolize (stoolie) mode */
if (!(strcmp(program,"stoolie")))
- flags |= SLBT_DRIVER_MODE_STOOLIE;
+ flags |= SLBT_DRIVER_MODE_STOOLIE | SLBT_DRIVER_PREFER_SLTDL;
else if (!(strcmp(program,"slibtoolize")))
- flags |= SLBT_DRIVER_MODE_STOOLIE;
+ flags |= SLBT_DRIVER_MODE_STOOLIE | SLBT_DRIVER_PREFER_SLTDL;
/* debug */
if (!(strcmp(program,"dlibtool")))