mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 08:39:17 +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 specific patches.
|
||||||
brew unpack --patch --destdir ${LLVM_TEMP_DIR} llvm@${LLVM_VERSION}
|
brew unpack --patch --destdir ${LLVM_TEMP_DIR} llvm@${LLVM_VERSION}
|
||||||
export LLVM_HOME="$(echo ${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
|
# Set the appropriate build variables to link and compile the
|
||||||
# liblldb-java library below.
|
# liblldb-java library below.
|
||||||
|
|||||||
Reference in New Issue
Block a user