From bdbceeaae0ce6b874a83dd83a94c819d41c12bbd Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 17 Mar 2003 00:38:42 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/ffi/genPyCode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/ffi/genPyCode b/direct/src/ffi/genPyCode index 23b47d2f88..9fb2c042d9 100755 --- a/direct/src/ffi/genPyCode +++ b/direct/src/ffi/genPyCode @@ -37,7 +37,7 @@ extra_genPyCode_libs="$extra_genPyCode_libs $*" if [ "$firstarg" = "linux" ]; then cd $DIRECT/bin - exec ppython -d generatePythonCode -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs + exec ppython -d generatePythonCode -O -v -d $DIRECT/lib/py -e $DIRECT/src/extensions -i libdtoolconfig libpandaexpress libpanda libpandaphysics libdirect $extra_genPyCode_libs exit 1 fi