mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 23:08:31 +08:00
Merge remote-tracking branch 'origin/GP-0_d-millar_fix_for_half_of_5517'
into patch (#5517)
This commit is contained in:
@@ -43,6 +43,9 @@ LLVM_TEMP_DIR=$(mktemp -d)
|
||||
# brew specific patches.
|
||||
brew unpack --patch --destdir ${LLVM_TEMP_DIR} llvm@${LLVM_VERSION}
|
||||
export LLVM_HOME="$(echo ${LLVM_TEMP_DIR}/llvm@${LLVM_VERSION}-*)"
|
||||
if [ -z "${LLVM_HOME}" ]; then
|
||||
export LLVM_HOME="$(echo ${LLVM_TEMP_DIR}/llvm-*)"
|
||||
fi
|
||||
|
||||
# Set the appropriate build variables to link and compile the
|
||||
# liblldb-java library below.
|
||||
|
||||
Reference in New Issue
Block a user