Re: [hatari-devel] mingw-w64 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Nicolas Pomarède <npomarede@xxxxxxxxxxxx>
- Subject: Re: [hatari-devel] mingw-w64
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Tue, 17 Sep 2013 08:07:24 +0200
- Cc: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=GGhXYF8QUTEb78p/Wd0Qt4vhmHcItg579tkqP0vF2DQ=; b=KT2E61Odz1DD8N+MgXcrwOo/gj6YEfIUCxrpPgQmDk28mtpiSBA6uQwBNSxjhBb8vB 6sOjpR9fJuuBMnQn9xUTbQTG+Gk65JP29cqOz6FZg9MPRgJnYRhtmvx2Qv5JYZ7JoEy6 R05/jSYtA95slE/UxoDTqBuxu+w9XpAwT9wls4iWmFci/IcgxoktQPUi0DRjkZegUd6Y ftoW3h6jYWM78ZHqBkpEdkYWky29Qg8gNdSEntqPfJ1bhkkayra67RZyS7xSeRtjALO3 4OUcKvr2YpflFHJESJbHBOSpCpjuHg+YXo43ysfSCOPxLekTZ01B9ufZwYr4Vi5n09Cu xkaw==
On Mon, Sep 16, 2013 at 11:31 PM, Nicolas Pomarède
<npomarede@xxxxxxxxxxxx> wrote:
> You changed :
>
> set ( ENV{SDLDIR} ${CMAKE_FIND_ROOT_PATH}/include/SDL )
>
> to
>
>
> set (SDL_INCLUDE_DIR ${CMAKE_FIND_ROOT_PATH}/include/SDL)
>
> Do you mean ENV_{SDLDIR] didn't work for you ?
Yes. Or, it don't work good enough for cmake. SDL_INCLUDE_DIR is
needed for finding SDL.h, but since the compiler is sysroot-aware it
finds the library just fine.
--
chs,