Skip to content

Commit 88ed1d4

Browse files
committed
God why
1 parent 8d325ad commit 88ed1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physx/include/foundation/PxMath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#pragma warning(pop)
4343
#endif
4444

45-
#if (PX_LINUX_FAMILY && !PX_ARM_FAMILY)
45+
#if (PX_LINUX_FAMILY && !PX_ARM_FAMILY && defined(__GLIBC__) && !defined(__UCLIBC__))
4646
// Force linking against nothing newer than glibc v2.17 to remain compatible with platforms with older glibc versions
4747
__asm__(".symver expf,expf@GLIBC_2.2.5");
4848
__asm__(".symver powf,powf@GLIBC_2.2.5");

0 commit comments

Comments
 (0)