mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user