summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeit Heller <veit@veitheller.de>2023-01-31 20:46:11 +0100
committerGitHub <noreply@github.com>2023-01-31 20:46:11 +0100
commit7ab466edebd5fd5f3958330ac353477937a11c85 (patch)
tree874ab8ce470df81835c82533224c3b154692406d
parent339722325ec607091f6035866ebedea2b69080fe (diff)
docs: add clarification to SDL comment (#1454)
-rw-r--r--core/SDL.carp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/SDL.carp b/core/SDL.carp
index c3e202ba..cca3bb89 100644
--- a/core/SDL.carp
+++ b/core/SDL.carp
@@ -7,6 +7,8 @@
;; Only define these if they're not already defined (allows the user to pre-define them before including SDL.carp)
;; Tip: Set them in your profile.carp which is located at ```C:/Users/USERNAME/AppData/Roaming/carp/profile.carp``` on Windows.
+;; If you do, please use `defdynamic`, since `defdynamic-once` will not be
+;; defined when your profile is loaded.
(defdynamic-once sdl-windows-header-path "C:\\REDACTED\vcpkg\installed\x86-windows\include\SDL2\\")
(defdynamic-once sdl-windows-library-path "C:\\REDACTED\vcpkg\installed\x86-windows\lib\\")