Skip to content

Commit

Permalink
[unity]wasm应该拷贝静态库
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 25, 2024
1 parent 20178f7 commit 518a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/cli/make.mts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const platformCompileConfig = {
assert.equal(0, exec(`emmake make`).code)
cd("..")

return `${CMAKE_BUILD_PATH}/lib${cmakeAddedLibraryName}.so`;
return `${CMAKE_BUILD_PATH}/lib${cmakeAddedLibraryName}.a`;
}
}
}
Expand Down

0 comments on commit 518a2e3

Please sign in to comment.