Skip to content

Commit

Permalink
fix(client): Fix shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Sep 12, 2024
1 parent e44df05 commit 20b0d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ target("client")
set_kind("static")
else
set_kind("shared")
add_defines("ALTV_JSV2_SHARED")
end
add_files("client/src/**.cpp", "shared/src/**.cpp")
add_headerfiles("client/src/**.h")
Expand Down

0 comments on commit 20b0d4f

Please sign in to comment.