Re: [hatari-devel] Small error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Fri, 12 Sep 2014 22:45:47 +0200
schrieb Miguel Saro <miguel.saro@xxxxxxx>:
> in CMakeLists.txt there is a small error in line 172
> Bad line is endif(ENDABLE_SDL2)
> To change by endif(ENABLE_SDL2) of course!
Ok, fixed now! ... interestingly cmake did not complain about this typo
when running on Linux ... seems like it completely ignored the syntax
due to the surrounding if(ENABLE_OSX_BUNDLE).
Thomas