mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 01:41:00 +00:00
Fix build path
This commit is contained in:
@@ -14,10 +14,9 @@ fi
|
||||
|
||||
source "${EMSDK_ROOT}/emsdk_env.sh"
|
||||
|
||||
LLVM_SRC=$(pwd)/llvm-project
|
||||
LLVM_SRC=$(realpath "$LLVM_SRC")
|
||||
LLVM_NATIVE="${LLVM_SRC}/build-native"
|
||||
LLVM_WASM="${LLVM_SRC}/build-wasm"
|
||||
LLVM_SRC=$(PWD)/llvm-project
|
||||
LLVM_NATIVE="${PWD}/build/llvm-tools"
|
||||
LLVM_WASM="${PWD}/build/llvm-wasm"
|
||||
|
||||
./clone-llvm.sh "${LLVM_SRC}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user