Skip to content

Commit

Permalink
Merge pull request #3930 from ffontaine/master
Browse files Browse the repository at this point in the history
Extras/VHACD/inc/vhacdMutex.h: fix musl build
  • Loading branch information
erwincoumans authored Sep 20, 2021
2 parents cc84887 + dd37b97 commit ce26271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extras/VHACD/inc/vhacdMutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#include <pthread.h>
#endif

#if defined(__APPLE__)
#if defined(__APPLE__) || !defined(__GLIBC__)
#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
#endif

Expand Down

0 comments on commit ce26271

Please sign in to comment.