Skip to content

Commit

Permalink
fix(android): snapshot template
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Aug 17, 2020
1 parent f20ed51 commit 3eab6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/titanium/V8Snapshots.h.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static v8::StartupData snapshot = { (const char*) snapshot_data, snapshot_size }
#endif
<% } -%>
<% if (blobs.x86) DEFINE_SNAPSHOT('i386', blobs.x86) -%>
<% if (blobs.x86) DEFINE_SNAPSHOT('x86_64', blobs.x86_64) -%>
<% if (blobs.x86_64) DEFINE_SNAPSHOT('x86_64', blobs.x86_64) -%>
<% if (blobs.arm) DEFINE_SNAPSHOT('arm', blobs.arm) -%>
<% if (blobs.arm64) DEFINE_SNAPSHOT('aarch64', blobs.arm64) -%>
<% } else { -%>
Expand Down

0 comments on commit 3eab6b7

Please sign in to comment.