Skip to content

Commit

Permalink
fix: windoze icons only
Browse files Browse the repository at this point in the history
  • Loading branch information
Force67 committed Apr 16, 2022
1 parent 8862a5d commit 28f66db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Code/server/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ local function build_server()
set_pcxxheader("stdafx.h")
add_headerfiles("**.h")
add_files(
"**.cpp",
"server.rc")
"**.cpp")
if is_os("windows") then
add_files("server.rc")
end
add_deps(
"Common",
"Console",
Expand Down

0 comments on commit 28f66db

Please sign in to comment.