unplugged-system/prebuilts/clang/host/linux-x86/clang-r450784e/bin/lldb.sh

6 lines
170 B
Bash
Executable File

#!/bin/bash
CURDIR=$(cd $(dirname $0) && pwd)
export PYTHONHOME="$CURDIR/../python3"
export LD_LIBRARY_PATH="$CURDIR/../python3/lib:$LD_LIBRARY_PATH"
"$CURDIR/lldb" "$@"