mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-07 10:33:26 +02:00
bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
This commit is contained in:
parent
8120ebe44f
commit
595fb79ac6
1 changed files with 1 additions and 1 deletions
|
@ -1854,7 +1854,7 @@
|
||||||
<targetPlatform
|
<targetPlatform
|
||||||
id="cdt.managedbuild.target.gnu.platform.macosx.base"
|
id="cdt.managedbuild.target.gnu.platform.macosx.base"
|
||||||
name="%PlatformName.Dbg"
|
name="%PlatformName.Dbg"
|
||||||
binaryParser="org.eclipse.cdt.core.MachO"
|
binaryParser="org.eclipse.cdt.core.MachO64"
|
||||||
osList="macosx"
|
osList="macosx"
|
||||||
archList="all">
|
archList="all">
|
||||||
</targetPlatform>
|
</targetPlatform>
|
||||||
|
|
Loading…
Add table
Reference in a new issue