Skip to content

Commit 013f991

Browse files
committed
-- setting packaged_assemblies_dir when ANDROID_ENABLED
1 parent ab157ac commit 013f991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mono/godotsharp_dirs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ class _GodotSharpDirs {
173173
String packed_path = "res://.godot/mono/publish/" + arch;
174174
#ifdef ANDROID_ENABLED
175175
api_assemblies_dir = packed_path;
176+
packaged_assemblies_dir = packed_path;
176177
print_verbose(".NET: Android platform detected. Setting api_assemblies_dir directly to pck path: " + api_assemblies_dir);
177178
#else // ANDROID_ENABLED
178179

0 commit comments

Comments
 (0)