Update Tracy To Disk Versions (#21411)

Update the TracyToDisk Version to be compatible with the current byond
version

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Werner
2025-09-30 22:18:40 +00:00
committed by GitHub
co-authored by Werner
parent f56a3f6714
commit 12572ec7d8
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ GLOBAL_VAR_INIT(byond_tracy_path, FALSE)
if(world.system_type == MS_WINDOWS)
lib = "tracy-disk.dll"
else if(world.system_type == UNIX)
lib = "libprof-disk.so" //this doesn't currently exist btw
lib = "libprof-disk.so"
else
CRASH("unsupported platform")
else
@@ -101,7 +101,7 @@ GLOBAL_VAR_INIT(byond_tracy_path, FALSE)
if(world.system_type == MS_WINDOWS)
lib = "tracy-disk.dll"
else if(world.system_type == UNIX)
lib = "libprof-disk.so" //this doesn't currently exist btw
lib = "libprof-disk.so"
else
CRASH("unsupported platform")