diff --git a/dtool/Config.pp b/dtool/Config.pp index efd82b2a6c..f83f52cac4 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -894,7 +894,7 @@ // Info for the Ageia PhysX SDK #define PHYSX_IPATH #define PHYSX_LPATH -#define PHYSX_LIBS PhysXLoader.lib NxCharacter.lib NxCooking.lib NxExtensions.lib +#define PHYSX_LIBS $[if $[WINDOWS_PLATFORM],PhysXLoader.lib NxCharacter.lib NxCooking.lib NxExtensions.lib,PhysXLoader NxCharacter NxCooking] #defer HAVE_PHYSX $[libtest $[PHYSX_LPATH],$[PHYSX_LIBS]] // Info for TinyXML library