Changes between Initial Version and Version 1 of Ticket #61734
- Timestamp:
- Dec 3, 2020, 4:46:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61734 – Description
initial v1 13 13 I can't say what exactly installed {{{Mono.framework}}} at the moment -- I have several things installed that might have done it, like {{{Steam.app}}}. 14 14 15 It was not obvious to me with 5 minutes looking how to make {{{supertux}}} }ignore {{{Mono.framework}}} so I disabled it for the {{{supertux}}} build, and that worked around the issue, although - obviously - not a proper solution to it.15 It was not obvious to me with 5 minutes looking how to make {{{supertux}}} ignore {{{Mono.framework}}} so I disabled it for the {{{supertux}}} build, and that worked around the issue, although - obviously - not a proper solution to it. 16 16 17 17 cmake can set certain include directories as system directories to be searched before other system directories. I would imagine that adding the {{{freetype2}}} include path to that "search before system list" might be a way.