Skip to content

Commit 478f4c0

Browse files
committed
enable soname
1 parent 89608c2 commit 478f4c0

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,5 +1,5 @@
11
set_project("gf2")
2-
set_version("0.1.0")
2+
set_version("0.1.0", { soname = true })
33

44
add_requires("libsdl", "freetype", "harfbuzz", "imgui >= 1.91.4", "pugixml", "zlib")
55
add_requires("chipmunk2d")

0 commit comments

Comments
 (0)