1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

UNIX variable is true on Apple.

This commit is contained in:
Bartosz Taudul
2024-03-20 18:47:35 +01:00
parent a2fdd3638c
commit fec5e6bb9c
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if(NO_STATISTICS)
target_compile_definitions(TracyServer PUBLIC TRACY_NO_STATISTICS)
endif()
if(UNIX)
if(UNIX AND NOT APPLE)
target_link_libraries(TracyServer PRIVATE TracyTbb)
endif()