From c7981ca306e4dfa2d8a5524b3b2063be8a7a6584 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 6 May 2021 04:26:10 +0000 Subject: link mode: always create libfoo.so.def.{host|flavor} and related tags. --- src/internal/slibtool_symlink_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/slibtool_symlink_impl.h') 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, -- cgit v1.2.3