allow including shared files via .include_native

This commit is contained in:
Martin Michelsen
2025-02-23 11:20:55 -08:00
parent 04dbcef2cf
commit f9cac45996
4 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -1525,7 +1525,7 @@ Action a_assemble_quest_script(
? phosg::dirname(input_filename)
: ".";
string result = assemble_quest_script(text, include_dir);
string result = assemble_quest_script(text, {include_dir, "system/client-functions/System"});
bool compress = !args.get<bool>("decompressed");
if (compress) {
if (args.get<bool>("optimal")) {