Skip to content

Commit 5b3f8e7

Browse files
committed
Update sed script to work with any sqlite3_win32_* functions
1 parent 16170fc commit 5b3f8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/tools~/fix-library-path.sed

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Fix constrain `sqlite3_win32*` functions to Windows only
1818
# This avoids breaking IL2CPP builds with managed stripping level set to Minimal
19-
/sqlite3_win32_set_directory/ {
19+
/sqlite3_win32_/ {
2020
i\
2121
#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN
2222
n

0 commit comments

Comments
 (0)