mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
xcrun: Update tool list
This commit is contained in:
parent
6ebffaacb6
commit
42afa17368
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user