mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
makepandacore: Add missing argument in exit reason
This commit is contained in:
parent
9a562d1a1c
commit
e6baa23c08
@ -2304,7 +2304,7 @@ def SetupVisualStudioEnviron():
|
||||
|
||||
binpath = SDK["VISUALSTUDIO"] + "VC\\bin\\" + bindir
|
||||
if not os.path.isdir(binpath):
|
||||
exit("Couldn't find compilers in %s. You may need to install the Windows SDK 7.1 and the Visual C++ 2010 SP1 Compiler Update for Windows SDK 7.1.")
|
||||
exit("Couldn't find compilers in %s. You may need to install the Windows SDK 7.1 and the Visual C++ 2010 SP1 Compiler Update for Windows SDK 7.1." % binpath)
|
||||
|
||||
AddToPathEnv("PATH", binpath)
|
||||
AddToPathEnv("PATH", SDK["VISUALSTUDIO"] + "Common7\\IDE")
|
||||
|
Loading…
x
Reference in New Issue
Block a user