Skip to content

Commit ef65e80

Browse files
committed
Cherry-pick 17f91dd to fix macOS build.
...hopefully.
1 parent a7aab12 commit ef65e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/b2/VBlankMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//////////////////////////////////////////////////////////////////////////
1010

1111
// Also used to initialise any vblank monitor per-thread logs.
12-
LOG_TAGGED_DEFINE(VBLANK, "vblank_monitor", "", &log_printer_stdout_and_debugger, false);
12+
LOG_TAGGED_DEFINE(VBLANK, "VBLANK", "", &log_printer_stdout_and_debugger, false);
1313

1414
//////////////////////////////////////////////////////////////////////////
1515
//////////////////////////////////////////////////////////////////////////

src/b2/VBlankMonitorOSX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//////////////////////////////////////////////////////////////////////////
1616
//////////////////////////////////////////////////////////////////////////
1717

18-
LOG_TAGGED_DEFINE(VBLANK, "vblank", "VBLANK", &log_printer_stderr_and_debugger);
18+
LOG_EXTERN(VBLANK);
1919

2020
//////////////////////////////////////////////////////////////////////////
2121
//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)