build: don't add SDL3 subfolder to include path for external projects
This commit is contained in:
committed by
Sam Lantinga
parent
2af4f74e1c
commit
9f2ca87504
@@ -11,4 +11,4 @@ Version: @SDL_VERSION@
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ @PKGCONFIG_LIBS_PRIV@ @SDL_STATIC_LIBS@
|
||||
Cflags: -I${includedir} -I${includedir}/SDL3 @SDL_CFLAGS@
|
||||
Cflags: -I${includedir} @SDL_CFLAGS@
|
||||
|
||||
Reference in New Issue
Block a user