Skip to content

Commit

Permalink
fix(tools): prof lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Spichkin committed Oct 13, 2023
1 parent 813540d commit 799d127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var/server_name = "OnyxBay"
if(world.system_type == MS_WINDOWS)
tracy_lib = "prof.dll"
else
tracy_lib = "libprof.so"
tracy_lib = "./libprof.so"

var/tracy_init = call(tracy_lib, "init")()

Expand Down

0 comments on commit 799d127

Please sign in to comment.