xcrun: Update tool list

This commit is contained in:
Thomas Pöchtrager 2020-03-25 19:34:55 +01:00
parent 6ebffaacb6
commit 42afa17368

View File

@ -37,7 +37,8 @@ bool isXcodeTool(const char *tool) {
"machocheck", "nm", "nmedit", "ObjectDump", "objdump", "otool", "machocheck", "nm", "nmedit", "ObjectDump", "objdump", "otool",
"pagestuff", "pkg-config", "ranlib", "redo_prebinding", "pagestuff", "pkg-config", "ranlib", "redo_prebinding",
"seg_addr_table", "seg_hack", "size", "strings", "strip", "sw_vers", "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) for (const char *xctool : XcodeTools)