From b6db9a56548cd1c41bee309e721d76ea2c9320da Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 26 Jan 2018 19:43:03 -0600 Subject: PhysX 3.4, APEX 1.4 patch release @23472123 --- APEX_1.4/module/destructible/src/ModuleDestructibleImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'APEX_1.4/module/destructible/src/ModuleDestructibleImpl.cpp') diff --git a/APEX_1.4/module/destructible/src/ModuleDestructibleImpl.cpp b/APEX_1.4/module/destructible/src/ModuleDestructibleImpl.cpp index e99348c5..348d6fac 100644 --- a/APEX_1.4/module/destructible/src/ModuleDestructibleImpl.cpp +++ b/APEX_1.4/module/destructible/src/ModuleDestructibleImpl.cpp @@ -35,7 +35,7 @@ namespace nvidia namespace apex { -#if defined(_USRDLL) || PX_OSX +#if defined(_USRDLL) || PX_OSX || (PX_LINUX && APEX_LINUX_SHARED_LIBRARIES) /* Modules don't have to link against the framework, they keep their own */ ApexSDKIntl* gApexSdk = 0; -- cgit v1.2.3