mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 08:07:17 +00:00

This makes the Xcode build's way of locating headers be similar to other compilers. The header maps feature means you can include any header in the project just by the filename, but none of the other supported build systems allow this, requiring a full path relative to the src directory. By disabling header maps, Xcode will give an error if you miss the file path (unless including a file in the same directory).