Skip to content

Commit 5cfb0a6

Browse files
committed
Clarifies wording
1 parent 69af1e8 commit 5cfb0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sdl_lib.addIncludePath(...); // Path to your `SDL_build_config.h`, see `windows.
9898

9999
Any other necessary tweaks such as turning of linking with libc, linking with dependencies, or adding other headers can be done here as well.
100100

101-
If you're interested in adding default configuration for additional targets, contributions are welcome! See [src/linux.zig](src/linux.zig) or [src/windows.zig](src/windows.zig) for examples of how this works.
101+
If you're interested in adding default configuration for additional targets, listed or not, contributions are welcome! See [src/linux.zig](src/linux.zig) or [src/windows.zig](src/windows.zig) for examples of how this works.
102102

103103
When making a PR that adds support for a new target:
104104
* Replicate the [default SDL configuration for the target](https://github.com/libsdl-org/SDL/tree/main/include/build_config) within reason

0 commit comments

Comments
 (0)