From 9e90beda5fd3fd4f93eac229e41bb5f3b9f86982 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 30 Mar 2025 23:27:59 +0000 Subject: driver: --prefer-sltdl: implementation and link-mode integration. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 9336728..0642e9c 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -89,6 +89,7 @@ extern "C" { #define SLBT_DRIVER_PREFER_SHARED SLBT_DRIVER_XFLAG(0x100000) #define SLBT_DRIVER_PREFER_STATIC SLBT_DRIVER_XFLAG(0x200000) +#define SLBT_DRIVER_PREFER_SLTDL SLBT_DRIVER_XFLAG(0x400000) #define SLBT_DRIVER_STOOLIE_COPY SLBT_DRIVER_XFLAG(0x01000000) #define SLBT_DRIVER_STOOLIE_FORCE SLBT_DRIVER_XFLAG(0x02000000) -- cgit v1.2.3