We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171a67e commit c2bcb43Copy full SHA for c2bcb43
1 file changed
examples/tiled/justfile
@@ -45,7 +45,7 @@ build: bindings tiled sdl2-headers
45
/LIBPATH:"{{ ODIN_ROOT / 'vendor' / 'stb' / 'lib' }}" \
46
/LIBPATH:"{{ ODIN_ROOT / 'vendor' / 'sdl2' }}" \
47
/LIBPATH:"{{ ODIN_ROOT / 'vendor' / 'sdl2' / 'image' }}" \
48
- tiled.lib SDL2.lib SDL2_image.lib stb_image.lib
+ tiled.lib SDL2.lib SDL2_image.lib stb_image.lib Bcrypt.lib Advapi32.lib
49
50
[windows]
51
sdl2-headers:
0 commit comments