Skip to content

Commit

Permalink
make /utf-8 from fmt public
Browse files Browse the repository at this point in the history
probably a good idea, since otherwise the flag would be lost on targets dependent on targets that have fmt
  • Loading branch information
SFGrenade committed Jul 14, 2024
1 parent f428da7 commit 5a7e88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f/fmt/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ package("fmt")
end
end
if package:is_plat("windows") and package:config("unicode") then
package:add("cxxflags", "/utf-8")
package:add("cxxflags", "/utf-8", {public = true})
end
end)

Expand Down

0 comments on commit 5a7e88b

Please sign in to comment.