Skip to content

Commit

Permalink
Fix for otool from Xcode 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Aug 20, 2016
1 parent 2f57bed commit 9d70f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/check/check-shlibs-macho.awk
@@ -1,4 +1,4 @@
# $NetBSD: check-shlibs-macho.awk,v 1.2 2016/02/19 15:10:23 jperkin Exp $
# $NetBSD: check-shlibs-macho.awk,v 1.3 2016/08/20 18:52:42 adam Exp $

#
# Read a list of potential Mach-O binaries from stdin.
Expand Down Expand Up @@ -119,4 +119,4 @@ BEGIN {
depends_file = ENVIRON["DEPENDS_FILE"]
}

{ checkshlib($0); }
/\t/ { checkshlib($0); }

0 comments on commit 9d70f51

Please sign in to comment.