fix(build): avoid linking error in gcc builds

This commit is contained in:
fallenoak 2025-11-09 20:13:30 -06:00
parent 1eed077d0b
commit 526fe4e8cb
2 changed files with 1 additions and 2 deletions

View File

@ -35,6 +35,7 @@ target_include_directories(client
target_link_libraries(client
PRIVATE
ui
async
console
db
@ -42,7 +43,6 @@ target_link_libraries(client
gx
model
net
ui
util
world
PUBLIC

View File

@ -42,7 +42,6 @@ target_link_libraries(gx
event
math
model
ui
util
PUBLIC
bc