diff options
author | midipix <writeonce@midipix.org> | 2015-12-23 00:22:03 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:31 -0500 |
commit | 6848b7f8ed9521f9c4c36b62d4d204e693194cee (patch) | |
tree | c0146d23c021f7e49e4d618f1b7f1d101f15ba3c /src/internal | |
parent | 6691d883d212073b429b940edc8756b0179b4218 (diff) | |
download | mdso-6848b7f8ed9521f9c4c36b62d4d204e693194cee.tar.bz2 mdso-6848b7f8ed9521f9c4c36b62d4d204e693194cee.tar.xz |
driver: added --libpath option.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index 440ff1e..a3dd410 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -11,6 +11,7 @@ enum app_tags { TAG_HELP, TAG_VERSION, TAG_QUAD_PTR, + TAG_LIBPATH, TAG_LIBNAME, TAG_DSTDIR, TAG_PRETTY, |