We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d325ad commit 88ed1d4Copy full SHA for 88ed1d4
physx/include/foundation/PxMath.h
@@ -42,7 +42,7 @@
42
#pragma warning(pop)
43
#endif
44
45
-#if (PX_LINUX_FAMILY && !PX_ARM_FAMILY)
+#if (PX_LINUX_FAMILY && !PX_ARM_FAMILY && defined(__GLIBC__) && !defined(__UCLIBC__))
46
// Force linking against nothing newer than glibc v2.17 to remain compatible with platforms with older glibc versions
47
__asm__(".symver expf,expf@GLIBC_2.2.5");
48
__asm__(".symver powf,powf@GLIBC_2.2.5");
0 commit comments