
if [ -n "$1" ]; then break=x; fi
export PYTHONPATH=../python
if [ -n "${arm}" ]; then
#using: minimal lib stdlib libffi , problems with actionswf map? going to qemu
#	using: zlib1g libexpat1
#	libactionswf.so: cannot enable executable stack as shared object requires? launchpad_prelink execstack: execstack -c ./libactionswf.so # or as it is now at Makefile with -z noexecstack
	export LD_LIBRARY_PATH=~/x86_64_lib:~/Desktop/python3.13/usr/lib/x86_64-linux-gnu
	p="qq /home/bc/Desktop/python3.13/usr/bin/python3.13 ${p} a.py"
else
	p="python3 ${p} a.py"
	if [ -z "${src}" ]; then
		export LD_LIBRARY_PATH=../csrc
	else
		export LD_LIBRARY_PATH=../src
	fi
fi
break=${break} $p || exit 1
break=${break} $p x
