← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/mac_os_x_build_fixes into lp:widelands

 


Diff comments:

> === modified file 'src/base/log.cc'
> --- src/base/log.cc	2016-11-03 07:20:57 +0000
> +++ src/base/log.cc	2016-11-25 09:55:11 +0000
> @@ -24,7 +24,7 @@
>  #include <fstream>
>  #include <iostream>
>  
> -#include <SDL2/SDL.h>

This is the only place in the code where we include SDL2/*. Everywhere we do it like it is done now.

> +#include <SDL.h>
>  #ifdef _WIN32
>  #include <windows.h>
>  #endif


-- 
https://code.launchpad.net/~widelands-dev/widelands/mac_os_x_build_fixes/+merge/311802
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/mac_os_x_build_fixes into lp:widelands.


References