unplugged-system/prebuilts/clang/host/darwin-x86/clang-r487747c/bin/lldb.sh

6 lines
174 B
Bash
Executable File

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