Skip to content

Commit 7ab466e

Browse files
authored
docs: add clarification to SDL comment (#1454)
1 parent 3397223 commit 7ab466e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/SDL.carp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
;; Only define these if they're not already defined (allows the user to pre-define them before including SDL.carp)
99
;; Tip: Set them in your profile.carp which is located at ```C:/Users/USERNAME/AppData/Roaming/carp/profile.carp``` on Windows.
10+
;; If you do, please use `defdynamic`, since `defdynamic-once` will not be
11+
;; defined when your profile is loaded.
1012
(defdynamic-once sdl-windows-header-path "C:\\REDACTED\vcpkg\installed\x86-windows\include\SDL2\\")
1113
(defdynamic-once sdl-windows-library-path "C:\\REDACTED\vcpkg\installed\x86-windows\lib\\")
1214

0 commit comments

Comments
 (0)