diff options
author | midipix <writeonce@midipix.org> | 2016-04-16 09:12:11 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-16 09:12:11 -0400 |
commit | 523027d6556bfaec8ae90ad7114405daaa336573 (patch) | |
tree | 44a3dfe8e7f33d51e35f65d8fcde4fcc6eb8e90a /src/internal | |
parent | e8159c12c7562791bf9affed06bc0c3be849b590 (diff) | |
download | slibtool-523027d6556bfaec8ae90ad7114405daaa336573.tar.bz2 slibtool-523027d6556bfaec8ae90ad7114405daaa336573.tar.xz |
driver: added -R support [no-op].
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 c0c137c..8e64e1e 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_LDRPATH, TAG_RPATH, TAG_RELEASE, TAG_EXPSYM_FILE, |