improve tracy (#4153)

* improve tracy

* fix status
pull/4154/head
ruki 9 months ago committed by GitHub
parent c6a9440532
commit 9403c45175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/t/tracy/xmake.lua

@ -70,8 +70,8 @@ package("tracy")
-- collect tracy defines from cmake configs
for _, config in ipairs(configs) do
local define = config:match("-D(TRACY_%S+)=")
if define then
local define, value = config:match("-D(TRACY_%S+)=(.*)")
if define and value and value == "ON" then
package:add("defines", define)
end
end

Loading…
Cancel
Save