We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3397223 commit 7ab466eCopy full SHA for 7ab466e
core/SDL.carp
@@ -7,6 +7,8 @@
7
8
;; Only define these if they're not already defined (allows the user to pre-define them before including SDL.carp)
9
;; 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.
12
(defdynamic-once sdl-windows-header-path "C:\\REDACTED\vcpkg\installed\x86-windows\include\SDL2\\")
13
(defdynamic-once sdl-windows-library-path "C:\\REDACTED\vcpkg\installed\x86-windows\lib\\")
14
0 commit comments