From 42afa173689bdb8658548442ed13c1185b104ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Wed, 25 Mar 2020 19:34:55 +0100 Subject: [PATCH] xcrun: Update tool list --- wrapper/programs/xcrun.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrapper/programs/xcrun.cpp b/wrapper/programs/xcrun.cpp index 5e935fc..50fe9f6 100644 --- a/wrapper/programs/xcrun.cpp +++ b/wrapper/programs/xcrun.cpp @@ -37,7 +37,8 @@ bool isXcodeTool(const char *tool) { "machocheck", "nm", "nmedit", "ObjectDump", "objdump", "otool", "pagestuff", "pkg-config", "ranlib", "redo_prebinding", "seg_addr_table", "seg_hack", "size", "strings", "strip", "sw_vers", - "unwinddump", "xcodebuild", "xcrun", "bitcode_strip" + "unwinddump", "xcodebuild", "xcrun", "bitcode_strip", + "vtool", "makerelocs", "mtoc", "mtor" }; for (const char *xctool : XcodeTools)