diff options
author | midipix <writeonce@midipix.org> | 2021-05-06 04:26:10 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-06 05:40:34 +0000 |
commit | c7981ca306e4dfa2d8a5524b3b2063be8a7a6584 (patch) | |
tree | 5f4c459658830bb47bec24ab26132f7787fb965a /src/internal/slibtool_symlink_impl.h | |
parent | 465de6c0f42fe777f8023fc79f41440d5ec8e365 (diff) | |
download | slibtool-c7981ca306e4dfa2d8a5524b3b2063be8a7a6584.tar.bz2 slibtool-c7981ca306e4dfa2d8a5524b3b2063be8a7a6584.tar.xz |
link mode: always create libfoo.so.def.{host|flavor} and related tags.
Diffstat (limited to 'src/internal/slibtool_symlink_impl.h')
-rw-r--r-- | src/internal/slibtool_symlink_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_symlink_impl.h b/src/internal/slibtool_symlink_impl.h index 5619e75..fc4c708 100644 --- a/src/internal/slibtool_symlink_impl.h +++ b/src/internal/slibtool_symlink_impl.h @@ -7,6 +7,7 @@ #define SLBT_SYMLINK_DEFAULT 0x0000 #define SLBT_SYMLINK_LITERAL 0x0001 #define SLBT_SYMLINK_WRAPPER 0x0002 +#define SLBT_SYMLINK_DEVNULL 0x0004 int slbt_create_symlink( const struct slbt_driver_ctx * dctx, |