Skip to content

Commit 427cfb8

Browse files
committed
fix xmake build
1 parent 2dcd1ff commit 427cfb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xmake.lua

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

4-
add_requires("boost", "freetype", "libsdl", "opengl-headers", "pugixml", "zlib")
4+
add_requires("freetype", "libsdl", "opengl-headers", "pugixml", "zlib")
5+
add_requires("boost", { configs = { container = true }})
56
add_requires("gtest", { configs = { gmock = false }})
67
add_requires("stb", { system = false })
78

0 commit comments

Comments
 (0)