We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b712b18 + 66bbf59 commit 07b664bCopy full SHA for 07b664b
Ghidra/Debug/Debugger-swig-lldb/macos_debugger_lldb_build_from_brew.sh
@@ -43,6 +43,9 @@ LLVM_TEMP_DIR=$(mktemp -d)
43
# brew specific patches.
44
brew unpack --patch --destdir ${LLVM_TEMP_DIR} llvm@${LLVM_VERSION}
45
export LLVM_HOME="$(echo ${LLVM_TEMP_DIR}/llvm@${LLVM_VERSION}-*)"
46
+if [ -z "${LLVM_HOME}" ]; then
47
+ export LLVM_HOME="$(echo ${LLVM_TEMP_DIR}/llvm-*)"
48
+fi
49
50
# Set the appropriate build variables to link and compile the
51
# liblldb-java library below.
0 commit comments