Skip to content

Commit

Permalink
[unity]add x64 for quickjs android
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed May 10, 2024
1 parent 7e3c57d commit 7cb6c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unity/native_src/cmake/backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
],
"arm64": [
"/Lib/Android/arm64-v8a/libquickjs.a"
],
"x64": [
"/Lib/Android/x86_64/libquickjs.a"
]
},
"ohos": {
Expand Down

0 comments on commit 7cb6c42

Please sign in to comment.