Преглед изворни кода

Updated documentation for SDL3_DYNAMIC_API

Fixes https://github.com/libsdl-org/SDL/issues/7347
Sam Lantinga пре 2 година
родитељ
комит
24d419c09f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/README-dynapi.md

+ 1 - 1
docs/README-dynapi.md

@@ -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:
 
 ```bash
-export SDL_DYNAMIC_API=/my/actual/libSDL3.so.0
+export SDL3_DYNAMIC_API=/my/actual/libSDL3.so.0
 ./MyGameThatIsStaticallyLinkedToSDL
 ```