Skip to content

Commit 19c85f4

Browse files
committed
variables.sh: fix lib_build_dir variable
* modified: helper-scripts/project-impl/variables.sh
1 parent c3d230f commit 19c85f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper-scripts/project-impl/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ ext_artifactId_release="jector-monkey"
1919
artifactId_debug="jector-debug"
2020

2121
settings="./helper-scripts/project-impl/publishing/maven-settings.xml"
22-
build_dir="./jector/build/libs"
22+
lib_build_dir="./jector/build/libs"
2323
ext_build_dir="./jector-monkey/build/libs"
2424
# ---------------------

0 commit comments

Comments
 (0)