aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/SQLite/SQLite3.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/SQLite/SQLite3.pas')
-rw-r--r--Game/Code/lib/SQLite/SQLite3.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/SQLite/SQLite3.pas b/Game/Code/lib/SQLite/SQLite3.pas
index f1b03e08..202aa401 100644
--- a/Game/Code/lib/SQLite/SQLite3.pas
+++ b/Game/Code/lib/SQLite/SQLite3.pas
@@ -15,7 +15,7 @@ interface
const
{$IFDEF MSWINDOWS}
- SQLiteDLL = 'sqlite3.dll';
+ SQLiteDLL = 'Libraries\sqlite3.dll';
{$ENDIF}
{$IFDEF LINUX}
SQLiteDLL = 'sqlite3.so';