diff options
author | midipix <writeonce@midipix.org> | 2024-02-10 05:06:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-10 05:06:27 +0000 |
commit | 6d7ad6f92746235641228c3aeb0adb52aba09555 (patch) | |
tree | 93255a3e6d0a1f50bbf8a3bfe5690c0aa38e3842 /src | |
parent | 11c887f27092c96b1d2529929685c85716708ba5 (diff) | |
download | slibtool-6d7ad6f92746235641228c3aeb0adb52aba09555.tar.bz2 slibtool-6d7ad6f92746235641228c3aeb0adb52aba09555.tar.xz |
slbt_exec_link_create_import_library(): fix repetition typo in expression.
Diffstat (limited to 'src')
-rw-r--r-- | src/logic/linkcmd/slbt_linkcmd_implib.c | 2 |
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"))) |