Wireshark-commits: [Wireshark-commits] master b61e205: osx: fix build when binary list is not fully

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Nov 2015 17:03:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b61e20551659858ad4419d25d04d0dcd8497c77b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b61e205 by Dario Lombardo (lomato@xxxxxxxxx):

    osx: fix build when binary list is not fully compiled.
    
    It can happen that the $binary_list contains apps that are not compiled
    (eg. for the lack of a lib). In this case the binary can't be added to
    the package. Fixed checking that the binary going to be signed is present.
    
    Change-Id: Iefd9438de972302523ba28596e905b11513a4fea
    Reviewed-on: https://code.wireshark.org/review/11968
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  d6da952   extcap: add sshdump.
    adds  b61e205   osx: fix build when binary list is not fully compiled.


Summary of changes:
 packaging/macosx/osx-app.sh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)