Skip to content

Commit

Permalink
Rename source folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 9, 2024
1 parent 0ba64a6 commit 79964b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib-test/lib-build/src/main/java/BuildLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void main(String[] args) throws Exception {
String libName = "test";
String modulePrefix = "lib";
String basePackage = "lib.test";
String sourceDir = "/src/main/cpp/source/test/src";
String sourceDir = "/src/main/cpp/source/testLib/src";
BuildToolOptions op = new BuildToolOptions(libName, basePackage, modulePrefix, sourceDir, args);
BuilderTool.build(op, new BuildToolListener() {
@Override
Expand Down

0 comments on commit 79964b4

Please sign in to comment.