mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
deploy-ng: Only build deploy-stub if Python is available
This commit is contained in:
parent
2dab76131c
commit
3ab9bde73d
@ -6355,7 +6355,7 @@ if (PkgSkip("CONTRIB")==0 and not RUNTIME):
|
|||||||
#
|
#
|
||||||
# DIRECTORY: pandatool/src/deploy-stub
|
# DIRECTORY: pandatool/src/deploy-stub
|
||||||
#
|
#
|
||||||
if True: # TODO
|
if PkgSkip("PYTHON") == 0:
|
||||||
OPTS=['DIR:pandatool/src/deploy-stub', 'BUILDING:DEPLOYSTUB', 'PYTHON']
|
OPTS=['DIR:pandatool/src/deploy-stub', 'BUILDING:DEPLOYSTUB', 'PYTHON']
|
||||||
TargetAdd('deploy-stub.obj', opts=OPTS, input='deploy-stub.c')
|
TargetAdd('deploy-stub.obj', opts=OPTS, input='deploy-stub.c')
|
||||||
if GetTarget() == 'windows':
|
if GetTarget() == 'windows':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user