Skip to content

Commit 74949c0

Browse files
committed
fix sdl package name
1 parent 942f95c commit 74949c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set_project("gf")
22
set_version("1.3.0", { soname = true })
33

4-
add_requires("freetype", "libsdl", "opengl-headers", "pugixml", "zlib")
4+
add_requires("freetype", "libsdl2", "opengl-headers", "pugixml", "zlib")
55
add_requires("boost", { configs = { container = true }})
66
add_requires("gtest", { configs = { gmock = false }})
77
add_requires("stb", { system = false })

0 commit comments

Comments
 (0)