From 0e609bfcff021c701474af9095eb0ba57d9eeeb0 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 21 Apr 2016 21:05:17 -0400 Subject: driver: added -disable-static support [no-op]. --- 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 0e9f471..9da8d3f 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -58,6 +58,7 @@ extern "C" { #define SLBT_DRIVER_IMAGE_MACHO 0x800000 #define SLBT_DRIVER_ALL_STATIC 0x01000000 +#define SLBT_DRIVER_DISABLE_STATIC 0x02000000 /* execution modes */ enum slbt_mode { -- cgit v1.2.3