Skip to content

Commit

Permalink
[unity] copy libwee8.a for xil2cpp android build
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Aug 8, 2023
1 parent db2ccf6 commit d07d924
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions unity/native_src_il2cpp/cmake/backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,6 @@
"/Inc"
],
"link-libraries": {
"android": {
"armv7": [
"/Lib/Android/armeabi-v7a/libwee8.a"
],
"arm64": [
"/Lib/Android/arm64-v8a/libwee8.a"
],
"x64": [
"/Lib/Android/x64/libwee8.a"
]
},
"win": {
"ia32": [
"/Lib/Win32/wee8.lib"
Expand All @@ -234,6 +223,17 @@
}
},
"copy-libraries": {
"android": {
"armv7": [
"/Lib/Android/armeabi-v7a/libwee8.a"
],
"arm64": [
"/Lib/Android/arm64-v8a/libwee8.a"
],
"x64": [
"/Lib/Android/x64/libwee8.a"
]
},
"ios": {
"arm64": [
"/Lib/iOS/arm64/libwee8.a"
Expand Down

0 comments on commit d07d924

Please sign in to comment.