mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
PROJECT_LIBDEPS_DIR
This commit is contained in:
parent
b7419ecb3a
commit
a84b6bd31a
@ -5,7 +5,9 @@ Import("env")
|
||||
|
||||
|
||||
# =====
|
||||
env_path = join(env["PROJECTLIBDEPS_DIR"], env["PIOENV"])
|
||||
deps_path = env.get("PROJECT_LIBDEPS_DIR", env.get("PROJECTLIBDEPS_DIR"))
|
||||
assert deps_path, deps_path
|
||||
env_path = join(deps_path, env["PIOENV"])
|
||||
flag_path = join(env_path, ".patched")
|
||||
|
||||
if not exists(flag_path):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user