mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +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
|
||||
id="cdt.managedbuild.target.gnu.platform.macosx.base"
|
||||
name="%PlatformName.Dbg"
|
||||
binaryParser="org.eclipse.cdt.core.MachO"
|
||||
binaryParser="org.eclipse.cdt.core.MachO64"
|
||||
osList="macosx"
|
||||
archList="all">
|
||||
</targetPlatform>
|
||||
|
|
Loading…
Add table
Reference in a new issue