From f1d550bfd812b1f5f899901e2016e7d393169ccc Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 7 Oct 2013 15:17:23 +0000 Subject: [PATCH] Missed a space --- makepanda/makepandacore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 2c2c4a1f80..82cd50122e 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -1920,7 +1920,7 @@ def SdkLocatePhysX(): SDK["PHYSXLIBS"] = folder + "/lib/win32" AddToPathEnv("PATH", folder + "/../Bin/win32/") - return + return elif (GetHost() == "linux"): incpath = "/usr/include/PhysX/%s/SDKs" % key