1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Mono: Fix build errors with tools=no

This commit is contained in:
Ignacio Etcheverry
2019-07-08 15:22:51 +02:00
parent dd22cc7527
commit 069af23bdb
3 changed files with 15 additions and 3 deletions

View File

@@ -564,6 +564,7 @@ bool GDMono::_load_corlib_assembly() {
return success;
}
#ifdef TOOLS_ENABLED
static bool copy_api_assembly(const String &p_src_dir, const String &p_dst_dir, const String &p_assembly_name, APIAssembly::Type p_api_type) {
// Create destination directory if needed
@@ -607,6 +608,7 @@ static bool copy_api_assembly(const String &p_src_dir, const String &p_dst_dir,
return true;
}
#endif
bool GDMono::_load_core_api_assembly() {