Skip to content

Commit

Permalink
static lib wont add js glue code
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Feb 1, 2024
1 parent c76a9b2 commit 6ba1193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected boolean build(BuildConfig config) {
jsglueDir.mkdirs();
}

if(compileGlueCode) {
if(compileGlueCode && !isStatic) {
cppInclude.add("**/jsglue/*.cpp");
copyHelperClass(jsglueDir);
}
Expand Down

0 comments on commit 6ba1193

Please sign in to comment.