URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c3ad53f9ad9c060a7079c0f8f93f3e99af5c77af
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c3ad53f by Guy Harris (guy@xxxxxxxxxxxx):
Fix one item.
We *do* get the absolute path of the executable, so we *could* look for
"run" right before the executable name. The issue is that there's not
the stronger libtool-imposed convention that the executable is in
".libs", so the chances of a false positive or false negative are
higher.
Change-Id: Ib2d5f370d50fee07479c4ffe6f90ba4a91c7f271
Reviewed-on: https://code.wireshark.org/review/6676
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7c69079 CMake: Add a pdb_zip_package target.
adds c3ad53f Fix one item.
Summary of changes:
README.cmake | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)