Remove DEPS_BUILD_DIR_NAME env var

This commit is contained in:
Sameer Rahmani 2023-02-03 01:20:05 +00:00
parent b3cc33d9c8
commit 71aac7ec33
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 2 deletions

3
config
View File

@ -42,7 +42,6 @@ TARGET_ARCHS="X86;AArch64;AMDGPU;ARM;RISCV;WebAssembly"
# The repository to push/pull packages to/from.
DEV_HEROES="https://beta.devheroes.codes"
BUILD_DIR_NAME="build"
DEPS_BUILD_DIR_NAME="$HOME/.serene/env"
# Serene subprojects. We use this array to run common tasks on all the projects
# like running the test cases
@ -56,7 +55,7 @@ PROJECTS=(libserene serenec serene-repl serene-tblgen)
BUILD_DIR="$ME/$BUILD_DIR_NAME"
DEPS_BUILD_DIR="$ME/$DEPS_BUILD_DIR_NAME"
DEPS_BUILD_DIR="$HOME/.serene/env"
LLVM_DIR_NAME="llvm"
LLVM_DIR="$ME/deps/llvm-project"