summaryrefslogtreecommitdiff
path: root/src/logic/linkcmd/slbt_linkcmd_implib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/linkcmd/slbt_linkcmd_implib.c')
-rw-r--r--src/logic/linkcmd/slbt_linkcmd_implib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logic/linkcmd/slbt_linkcmd_implib.c b/src/logic/linkcmd/slbt_linkcmd_implib.c
index a3cb626..fa1c2b2 100644
--- a/src/logic/linkcmd/slbt_linkcmd_implib.c
+++ b/src/logic/linkcmd/slbt_linkcmd_implib.c
@@ -36,7 +36,7 @@ int slbt_exec_link_create_import_library(
if (dctx->cctx->drvflags & SLBT_DRIVER_IMPLIB_DSOMETA)
fmdso = 1;
- else if (dctx->cctx->drvflags & SLBT_DRIVER_IMPLIB_DSOMETA)
+ else if (dctx->cctx->drvflags & SLBT_DRIVER_IMPLIB_IDATA)
fmdso = 0;
else if (!(strcmp(dctx->cctx->host.flavor,"midipix")))