mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
bdbceeaae0
commit
632d891d82
@ -37,7 +37,7 @@ extra_genPyCode_libs="$extra_genPyCode_libs $*"
|
|||||||
|
|
||||||
if [ "$firstarg" = "linux" ]; then
|
if [ "$firstarg" = "linux" ]; then
|
||||||
cd $DIRECT/bin
|
cd $DIRECT/bin
|
||||||
exec ppython -d generatePythonCode -O -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
|
exec ppython -d generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -62,6 +62,6 @@ fi
|
|||||||
|
|
||||||
if [ "$firstarg" = "install" ]; then
|
if [ "$firstarg" = "install" ]; then
|
||||||
# as installed on a machine without ctattach etc.
|
# as installed on a machine without ctattach etc.
|
||||||
exec install/bin/ppython -d install/bin/generatePythonCode -v -d install/lib/py -e direct/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
|
exec install/bin/ppython -d install/bin/generatePythonCode -O -v -d install/lib/py -e direct/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user