From f7645c9729a4776529a40bef24a11e3bcd921508 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 20 Apr 2016 21:04:53 -0400 Subject: driver: added -all-static support. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 1d78ab1..0e9f471 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -57,6 +57,8 @@ extern "C" { #define SLBT_DRIVER_IMAGE_PE 0x400000 #define SLBT_DRIVER_IMAGE_MACHO 0x800000 +#define SLBT_DRIVER_ALL_STATIC 0x01000000 + /* execution modes */ enum slbt_mode { SLBT_MODE_UNKNOWN, -- cgit v1.2.3