Skip to content

Commit

Permalink
Remove subdirectory from include path
Browse files Browse the repository at this point in the history
This should reduce confusion about how to include SDL library headers
  • Loading branch information
slouken committed Aug 31, 2023
1 parent 4a61384 commit f02f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdl3-ttf.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Requires: sdl3 >= @SDL_REQUIRED_VERSION@
Libs: -L${libdir} -lSDL3_ttf
Requires.private: @PC_REQUIRES@
Libs.private: @PC_LIBS@
Cflags: -I${includedir} -I${includedir}/SDL3_ttf
Cflags: -I${includedir}

0 comments on commit f02f313

Please sign in to comment.