mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Include SDL_build_config.h without a 'build_config/' prefix
This commit is contained in:
parent
702abfe7d5
commit
c298d2024a
14 changed files with 50 additions and 41 deletions
|
|
@ -2949,6 +2949,7 @@
|
|||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../include,
|
||||
../../include/build_config,
|
||||
../../src,
|
||||
../../src/hidapi/hidapi,
|
||||
../../src/video/khronos,
|
||||
|
|
@ -3006,6 +3007,7 @@
|
|||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../include,
|
||||
../../include/build_config,
|
||||
../../src,
|
||||
../../src/hidapi/hidapi,
|
||||
../../src/video/khronos,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue