mirror of
https://github.com/godotengine/godot.git
synced 2025-04-19 01:27:45 +08:00
[mono] add the 'Facades' subfolder to the searched directories in _preload_hook
(cherry picked from commit 22606a7becdbfcd88fd30e160eef90c183035e5c)
This commit is contained in:
parent
199a54d5ac
commit
486f4d2769
@ -126,6 +126,7 @@ MonoAssembly *GDMonoAssembly::_preload_hook(MonoAssemblyName *aname, char **asse
|
||||
const char *rootdir = mono_assembly_getrootdir();
|
||||
if (rootdir) {
|
||||
search_dirs.push_back(String(rootdir).plus_file("mono").plus_file("4.5"));
|
||||
search_dirs.push_back(String(rootdir).plus_file("mono").plus_file("4.5").plus_file("Facades"));
|
||||
}
|
||||
|
||||
if (assemblies_path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user