diff options
author | midipix <writeonce@midipix.org> | 2016-04-22 04:26:59 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-23 09:25:08 -0400 |
commit | 63a1b4f797559545e3ed60b387e969ecf79d3e57 (patch) | |
tree | 32873d7a3ca67aaf1e1b528bfa13b51d6adb796d /src/internal | |
parent | f5fa4cfd2ddab00584b0382e8a8f9c26b18b5c09 (diff) | |
download | slibtool-63a1b4f797559545e3ed60b387e969ecf79d3e57.tar.bz2 slibtool-63a1b4f797559545e3ed60b387e969ecf79d3e57.tar.xz |
driver: added -bindir support.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 2ecc652..8ffb611 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -32,6 +32,7 @@ enum app_tags { TAG_RANLIB, TAG_DLLTOOL, TAG_OUTPUT, + TAG_BINDIR, TAG_LDRPATH, TAG_RPATH, TAG_RELEASE, |