mirror of https://github.com/libsdl-org/SDL.git
Updated documentation for SDL3_DYNAMIC_API
Fixes https://github.com/libsdl-org/SDL/issues/7347
This commit is contained in:
parent
964a877eb3
commit
24d419c09f
|
|
@ -65,7 +65,7 @@ system's dynamic loader was supposed to do for us? Yes, but now we've got this
|
||||||
level of indirection, we can do things like this:
|
level of indirection, we can do things like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export SDL_DYNAMIC_API=/my/actual/libSDL3.so.0
|
export SDL3_DYNAMIC_API=/my/actual/libSDL3.so.0
|
||||||
./MyGameThatIsStaticallyLinkedToSDL
|
./MyGameThatIsStaticallyLinkedToSDL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue