Browse Source

Add POSIX library listing for Mac OSX

Bepis 4 năm trước cách đây
mục cha
commit
9f4dcb6abf
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      BepInEx/Console/Unix/UnixStreamHelper.cs

+ 3 - 2
BepInEx/Console/Unix/UnixStreamHelper.cs

@@ -41,8 +41,9 @@ namespace BepInEx.Unix
 			{
 				["libc"] = new List<DynDllMapping>
 				{
-					"libc",
-					"libc.so.6", // Fuck you Ubuntu!!!!!!!!!!
+					"libc", // Linux glibc
+					"libc.so.6", // Ubuntu glibc
+					"/usr/lib/libSystem.dylib", // OSX POSIX
 				}
 			};