Skip to content

Commit 4e2b61a

Browse files
author
Zetelias
committed
enable sql in dascript
1 parent d91052c commit 4e2b61a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

grngame/bindings/da_script_engine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DaScriptEngine::DaScriptEngine() : file_access(das::make_smart<das::FsFileAccess
2121
policies.fail_on_no_aot = false;
2222

2323
NEED_MODULE(SoundModule);
24+
NEED_MODULE(Module_dasSQLITE);
2425
}
2526

2627
DaScriptEngine::~DaScriptEngine()

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package("daslang")
2626
"-DDAS_MINFFT_DISABLED=ON",
2727
"-DDAS_AUDIO_DISABLED=ON",
2828
"-DDAS_PUGIXML_DISABLED=ON",
29-
"-DDAS_SQLITE_DISABLED=ON",
29+
"-DDAS_SQLITE_DISABLED=OFF",
3030
"-DDAS_TREE_SITTER_DISABLED=ON",
3131
"-DDAS_FLEX_BISON_DISABLED=ON",
3232
"-DDAS_GLFW_DISABLED=ON",

0 commit comments

Comments
 (0)