Skip to content

Commit 4611780

Browse files
committed
Move sqlite-net source code to Runtime/sqlite-net folder
1 parent e52410c commit 4611780

13 files changed

+12
-4
lines changed

Plugins/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ BUILD_DIRS = \
3232
SQLITE_SRC = sqlite-amalgamation-3450000~/sqlite3.c
3333
MEMORY_METHODS_SRC = unity-malloc~/sqlite-unity-mem-methods.c
3434
SQLITE_NET_SRC = $(wildcard sqlite-net~/src/*.cs) sqlite-net~/LICENSE.txt
35-
SQLITE_NET_DEST = sqlite-net
35+
SQLITE_NET_DEST = ../Runtime/sqlite-net
3636

3737
$(BUILD_DIRS):
3838
mkdir -p $@
@@ -89,10 +89,10 @@ lib/webgl/libgilzoide-sqlite-net.bc: $(SQLITE_SRC) | lib/webgl
8989
$(EMCC) -o $@ $^ $(CFLAGS) -c -emit-llvm
9090

9191
# Source
92-
sqlite-net/%.cs: sqlite-net~/src/%.cs
92+
$(SQLITE_NET_DEST)/%.cs: sqlite-net~/src/%.cs
9393
cat $< | sed -f fix-library-path.sed~ > $@
9494

95-
sqlite-net/License.txt: sqlite-net~/License.txt
95+
$(SQLITE_NET_DEST)/License.txt: sqlite-net~/License.txt
9696
cp $< $@
9797

9898
# Targets
@@ -121,7 +121,7 @@ android-x86: lib/android/x86/libgilzoide-sqlite-net.so
121121

122122
webgl: lib/webgl/libgilzoide-sqlite-net.bc
123123

124-
source: sqlite-net/License.txt sqlite-net/AssemblyInfo.cs sqlite-net/SQLite.cs sqlite-net/SQLiteAsync.cs
124+
source: $(SQLITE_NET_DEST)/License.txt $(SQLITE_NET_DEST)/AssemblyInfo.cs $(SQLITE_NET_DEST)/SQLite.cs $(SQLITE_NET_DEST)/SQLiteAsync.cs
125125

126126
all-android: android-arm64 android-arm32 android-x86_64 android-x86
127127
all-apple: macos-universal ios-universal tvos-universal visionos-universal

Runtime.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)