Keep precompile PCH generation-local

This commit is contained in:
udo
2026-07-18 14:31:53 +00:00
parent 1952c7d762
commit 39636acf2e
5 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -992,7 +992,8 @@ void compile_shared_unit(Request* context, SharedUnit* su)
shell_escape(su->bin_path)+" "+
shell_escape(su->file_name)+" "+
shell_escape(su->pre_file_name)+" "+
shell_escape(su->wasm_file_name)
shell_escape(su->wasm_file_name)+" "+
shell_escape(compiler_unit_bin_directory(context))
));
if(su->compiler_messages.length() == 0 && !file_exists(su->wasm_name))
+1 -1
View File
@@ -1,4 +1,4 @@
#pragma once
#define UCE_WASM_CORE_ABI_VERSION 7
#define UCE_COMPILER_UNIT_ABI_VERSION 12
#define UCE_COMPILER_UNIT_ABI_VERSION 13