kext for 10.4 - 10.6
Posted
by zaph
on Stack Overflow
See other posts from Stack Overflow
or by zaph
Published on 2010-01-21T20:31:55Z
Indexed on
2010/04/01
0:23 UTC
Read the original article
Hit count: 764
osx
I have a filter scheme driver with four binaries for 10.4 PPC, 10.4 i386, 10.5 & 10.6 i386 and 10.6 x86_64. I need to put them all into one kext. I don't think I can just lipo them together because of the two different i386 binaries.
How can I get them all into the same kext bundle?
© Stack Overflow or respective owner