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)