mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
copy p3d to PATH
This commit is contained in:
parent
e0d6e6dd0e
commit
6bba759f46
@ -4542,6 +4542,7 @@ if (True or (not RUNTIME and not RTDIST)):
|
|||||||
|
|
||||||
if (sys.platform.startswith("win")):
|
if (sys.platform.startswith("win")):
|
||||||
TargetAdd(base+".exe", input='p3dWrapper.exe')
|
TargetAdd(base+".exe", input='p3dWrapper.exe')
|
||||||
|
CopyFile(GetOutputDir()+"/bin/"+base+".p3d", g)
|
||||||
else:
|
else:
|
||||||
CopyFile(GetOutputDir()+"/bin/"+base, g)
|
CopyFile(GetOutputDir()+"/bin/"+base, g)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user