Skip to content

Commit

Permalink
fix: Move C files out of resource folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Aug 19, 2024
1 parent b68f034 commit 44cf752
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdx-jnigen-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ task build_ios {
}

task copyCFiles(type: Copy) {
from("src/main/resources/")
from("src/main/native/")
into("jni/")
}

Expand Down

0 comments on commit 44cf752

Please sign in to comment.