1
0
Fork 0
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:
Andrew Gvozdev 2009-11-04 15:20:13 +00:00
parent 8120ebe44f
commit 595fb79ac6

View file

@ -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>