mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Missed a space
This commit is contained in:
parent
c88e493873
commit
f1d550bfd8
@ -1920,7 +1920,7 @@ def SdkLocatePhysX():
|
|||||||
SDK["PHYSXLIBS"] = folder + "/lib/win32"
|
SDK["PHYSXLIBS"] = folder + "/lib/win32"
|
||||||
AddToPathEnv("PATH", folder + "/../Bin/win32/")
|
AddToPathEnv("PATH", folder + "/../Bin/win32/")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
elif (GetHost() == "linux"):
|
elif (GetHost() == "linux"):
|
||||||
incpath = "/usr/include/PhysX/%s/SDKs" % key
|
incpath = "/usr/include/PhysX/%s/SDKs" % key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user