Update inner macro

This commit is contained in:
Aoran Zeng
2024-09-29 11:50:11 +08:00
parent ffaee0b0c3
commit 2a52c898d6
64 changed files with 98 additions and 98 deletions

View File

@@ -95,7 +95,7 @@ pl_java_setsrc (char *option)
chsrc_note2 ("请在您的 build.gradle 中添加:");
puts (file);
}
chsrc_conclude (&source, ChsrcTypeManual);
chsrc_conclude (&source, SetsrcType_Manual);
}
def_target(pl_java);