Re: [hatari-devel] macOS: SDL 2.14 build issues and missing PRODUCT_BUNDLE_IDENTIFIER -> using SDL2's config for cmake |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] macOS: SDL 2.14 build issues and missing PRODUCT_BUNDLE_IDENTIFIER -> using SDL2's config for cmake
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 24 Sep 2022 19:08:47 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1664046530; bh=nVeKftsqex0vXbMNlACu3EkZ33WhwAAiG6WK0zcs2rY=; h=Date:From:To:Subject:From; b=AjnlF4VASxGGjgumFcYQnwrvjPCiQQfuaSRzvu+5Nu9ZbjBE8AH09CWienYgsejan oZg/GnOYh7me+UgaRK7fEfGoHna445kF4XpY6IWyCl9TFZM9MBjAkyQdYn1SMRrN2O lJ4YgPEfnNzb0EVoCnGSM5dTfqsjvNS+e9nZcUxt2j787cD+2jR/q+oDiJQEdcZYE0 n94w1nqAbAEObgXu71UrMbKaQEalQiFLb/c/OWMRQ1ELos4gHWHH/5aAhrXgxmLuPg p2uxuG8EG1anq5c4LknOo91hSR5GN44/vOBmK4dqB66/OJImFgQsHOsWyaWaTb0cX3 Ni4gTi/aPEp1g==
Am Sat, 24 Sep 2022 18:52:11 +0000
schrieb Troed Sångberg <troed@xxxxxxxxxxx>:
> I don't know how this could be caused by the SDL changes, but it looks like the arm64 ("M1/Apple Silicon") builds of some files trigger the inclusion of MMX headers by SDL_cpuinfo.h
Could it be that your CMake tries to use the SDL2Config.cmake file from a
x86 installation?
Thomas