|
@@ -1425,7 +1425,7 @@ def SdkLocatePhysX():
|
|
|
if folder.endswith("NVIDIA PhysX SDK\\%s\\SDKs\\" % key):
|
|
if folder.endswith("NVIDIA PhysX SDK\\%s\\SDKs\\" % key):
|
|
|
SDK["PHYSX"] = folder
|
|
SDK["PHYSX"] = folder
|
|
|
SDK["PHYSXVERSION"] = ver
|
|
SDK["PHYSXVERSION"] = ver
|
|
|
- elif (sys.platform.startswith("linux")):
|
|
|
|
|
|
|
+ elif (sys.platform.startswith("linux") and platform.architecture()[0] != "64bit"):
|
|
|
incpath = "/usr/include/PhysX/%s/SDKs" % key
|
|
incpath = "/usr/include/PhysX/%s/SDKs" % key
|
|
|
libpath = "/usr/lib/PhysX/%s" % key
|
|
libpath = "/usr/lib/PhysX/%s" % key
|
|
|
if (os.path.isdir(incpath) and os.path.isdir(libpath)):
|
|
if (os.path.isdir(incpath) and os.path.isdir(libpath)):
|