mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-12 03:16:07 +08:00
Fixed Mac build by hacking out mutex close #4651
This commit is contained in:
@@ -62,7 +62,9 @@ IpcLogOutputter::~IpcLogOutputter()
|
||||
ARCH->closeMutex(m_notifyMutex);
|
||||
|
||||
ARCH->closeCondVar(m_bufferEmptyCond);
|
||||
ARCH->closeMutex(m_bufferEmptyMutex);
|
||||
|
||||
// HACK: assert fails on mac debug, can't see why.
|
||||
//ARCH->closeMutex(m_bufferEmptyMutex);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user