-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from gilzoide/bugfix/unity-6-web
Fix support for Unity 6 web builds by letting Unity compile the plugin
- Loading branch information
Showing
15 changed files
with
63 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#include "sqlite3_defines.h" | ||
|
||
/* | ||
** 2001-09-15 | ||
** | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Compile-time definitions used to build SQLite | ||
// This is a separate file so that IL2CPP can use the same flags on all platforms | ||
#define SQLITE_USE_URI 1 | ||
#define SQLITE_DQS 0 | ||
#define SQLITE_DEFAULT_MEMSTATUS 0 | ||
#define SQLITE_DEFAULT_WAL_SYNCHRONOUS 1 | ||
#define SQLITE_LIKE_DOESNT_MATCH_BLOBS 1 | ||
#define SQLITE_MAX_EXPR_DEPTH 0 | ||
#define SQLITE_OMIT_DECLTYPE 1 | ||
#define SQLITE_OMIT_DEPRECATED 1 | ||
#define SQLITE_OMIT_PROGRESS_CALLBACK 1 | ||
#define SQLITE_OMIT_SHARED_CACHE 1 | ||
#define SQLITE_USE_ALLOCA 1 | ||
#define SQLITE_ENABLE_RTREE 1 | ||
#define SQLITE_ENABLE_MATH_FUNCTIONS 1 | ||
#define HAVE_ISNAN 1 | ||
#define SQLITE_ENABLE_GEOPOLY 1 | ||
#define SQLITE_ENABLE_FTS5 1 | ||
#define SQLITE_ENABLE_HIDDEN_COLUMNS 1 |
25 changes: 13 additions & 12 deletions
25
.../lib/webgl/libgilzoide-sqlite-net.bc.meta → ...qlite-amalgamation/sqlite3_defines.h.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#include "sqlite3_defines.h" | ||
|
||
/* | ||
** 2006 June 7 | ||
** | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters