builder: Remove the build existance check from deps.sh build

This commit is contained in:
Sameer Rahmani 2023-02-03 00:46:06 +00:00
parent cff8fb2f39
commit cdabcdebe7
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

2
config
View File

@ -42,7 +42,7 @@ 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=".env"
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