mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Don't copy built_*/python in the case of the rtdist build
This commit is contained in:
parent
4a74961882
commit
3ad6400098
@ -1849,6 +1849,7 @@ if (sys.platform.startswith("win")):
|
||||
if (GetOptimize() <= 2): pydll += "_d.dll"
|
||||
else: pydll += ".dll"
|
||||
CopyFile(GetOutputDir()+"/bin"+pydll, SDK["PYTHON"]+pydll)
|
||||
if not RTDIST:
|
||||
CopyTree(GetOutputDir()+"/python", SDK["PYTHON"])
|
||||
ConditionalWriteFile(GetOutputDir()+"/python/panda.pth", "..\n../bin\n")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user