Skip to content

Commit 68fea3a

Browse files
committed
Fixing build errors
1 parent 925f0d1 commit 68fea3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sconstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def InstallDependencies(target, source, env):
100100
env.Append(BUILDERS={"InstallDeps": env.Builder(action=InstallDependencies),})
101101

102102
# Define targets and dependencies
103-
deps_target = env.InstallDeps(LIBS_DIR, REQUIREMENTS_FILE)
103+
deps_target = env.InstallDeps(LIB_DIR, REQUIREMENTS_FILE)
104104

105105
# Copy plugin source directory to target directory
106106
copy_action = env.Command(PLUGIN_TARGET_DIR, PLUGIN_SOURCE_DIR, Copy("$TARGET", "$SOURCE"))

0 commit comments

Comments
 (0)