Re: Using AND and OR in package requirements
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=C09Gmxhv84qE80TV3mSSQ7dGiSEuAnk0sCbXL+R1xXI=; b=p/41hkTzeEWcN5W2AwkwImhQCCmN9t/76ttHFi6fo/RRctooKLxUymylumpYZw4aEf MMxSP/EYLfOLg1HTL2Vb8XDAD+PMJeb7LgA/hbRqvfMHZYjjlYlcZwoNLZYVUComj8DN nv6jyBFnn0eH7D2mu8vHqaVuvLJ5MnizmtsE8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=H+nbUJVs1y5QJdSdKTFdyDhgtSVWlgypLWv1/5Zvuz8DQSvJmzR6ll72Zcp3woZt03 OQgTU8Yhd199i4R7Rhquun74aMautbyC9bu3NF9j0fWNGI0Kbex57HN+Ld93PcdWSrbt NGEQ2mkRIdbs7JZpOcouLJR0Izjlr4/rhRGco= On Fri, Jan 22, 2010 at 17:48, Iceberg-Dev <dev.iceberg@gmail.com> wrote:
Use the value returned by system.sysctl('hw.optional.64bitops') then instead of the one returned by system.sysctl('hw.ncpu').
sysctl returns an error when I query hw.optional.64bitops, in the past I have queried hw.cpu64bit_capable to determine if a system is 64bit capable. So I queried that instead, and it works! Thanks a lot for your help! Cheers Adam _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Adam Mercer