[sdks] Add netcore option for iOS SDK
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 25 Nov 2019 17:12:47 +0000 (18:12 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 27 Nov 2019 17:36:02 +0000 (18:36 +0100)
Commit migrated from https://github.com/mono/mono/commit/a0d79a4886e76b077f9377185945b959adb6fc8c

src/mono/mono/metadata/icall.c

index 49a8715..cc30986 100644 (file)
@@ -8107,8 +8107,6 @@ ves_icall_System_IO_get_temp_path (MonoError *error)
        return mono_string_new_handle (mono_domain_get (), g_get_tmp_dir (), error);
 }
 
-#endif /* ENABLE_NETCORE */
-
 #if defined(ENABLE_MONODROID) || defined(ENABLE_MONOTOUCH) || defined(TARGET_WASM)
 
 // FIXME? Names should start "mono"?
@@ -8169,6 +8167,7 @@ ves_icall_System_IO_Compression_DeflateStreamNative_WriteZStream (gpointer strea
 }
 
 #endif
+#endif /* ENABLE_NETCORE */
 
 #ifndef PLATFORM_NO_DRIVEINFO
 MonoBoolean