summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-05 16:20:44 +0000
committermidipix <writeonce@midipix.org>2021-05-05 16:23:20 +0000
commit17e18afed34675d6f9e3aef91ddea8d84c1d1617 (patch)
tree03de97a3076750d14396d33bde3c16f7211cb9e8 /src/internal/slibtool_driver_impl.h
parentd55a465814bb3d7ec429f85b36c26d5862ba7e48 (diff)
downloadslibtool-17e18afed34675d6f9e3aef91ddea8d84c1d1617.tar.bz2
slibtool-17e18afed34675d6f9e3aef91ddea8d84c1d1617.tar.xz
driver: added explicit --sysroot support.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 120c2e3..c70c334 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -51,6 +51,7 @@ enum app_tags {
TAG_LDRPATH,
TAG_SHREXT,
TAG_RPATH,
+ TAG_SYSROOT,
TAG_RELEASE,
TAG_DLOPEN,
TAG_DLPREOPEN,