瀏覽代碼

Merge pull request #37994 from akien-mga/mono-android-include

Mono: Fix include for Android support
Rémi Verschelde 5 年之前
父節點
當前提交
9690a60c21
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/mono/godotsharp_dirs.cpp

+ 1 - 1
modules/mono/godotsharp_dirs.cpp

@@ -40,7 +40,7 @@
 #endif
 
 #ifdef ANDROID_ENABLED
-#include "mono_gd/support/mono-support.h"
+#include "mono_gd/support/android_support.h"
 #endif
 
 #include "mono_gd/gd_mono.h"