Skip to content

Commit 6fc0e99

Browse files
committed
Fix LuaCs selecting the wrong assembly for MacOS
1 parent 0d380af commit 6fc0e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Barotrauma/BarotraumaShared/SharedSource/LuaCs

Barotrauma/BarotraumaShared/SharedSource/LuaCs/ModUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static bool IsMainThread
108108
public static readonly Platform CurrentPlatform =
109109
#if WINDOWS
110110
Platform.Windows;
111-
#elif MACOS
111+
#elif OSX
112112
Platform.MacOS;
113113
#elif LINUX
114114
Platform.Linux;

0 commit comments

Comments
 (0)