File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -137,4 +137,5 @@ dist: dist/sqlite3.a
137
137
# See https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/custom-versions?tabs=netcore-cli#bundles for more details.
138
138
dist/sqlite3.a : $(BITCODE_FILES ) $(EXPORTED_FUNCTIONS_JSON )
139
139
mkdir -p dist
140
- $(EMCC ) $(EMFLAGS ) $(EMFLAGS_DIST ) $(BITCODE_FILES ) -r -o $@
140
+ $(EMCC ) $(EMFLAGS ) $(EMFLAGS_DIST ) $(BITCODE_FILES ) -r -o sqlite3.o
141
+ ar rcs dist/sqlite3.a sqlite3.o
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 5.0.0" >
4
4
<id >Uno.sqlite-wasm</id >
5
- <version >3.40.0.4 </version >
5
+ <version >3.40.0.5 </version >
6
6
<title >Uno SQLite for WebAssembly</title >
7
7
<authors >Uno Platform</authors >
8
8
<owners >unoplatform</owners >
You can’t perform that action at this time.
0 commit comments