fix ue >= 5.0 ubt errors
This commit is contained in:
@@ -133,7 +133,7 @@ public class SenseGloveCoreImpl : ModuleRules
|
||||
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc142"));
|
||||
break;
|
||||
#endif
|
||||
#if UE_4_17_OR_LATER
|
||||
#if ! UE_5_0_OR_LATER && UE_4_17_OR_LATER
|
||||
case WindowsCompiler.VisualStudio2017:
|
||||
LibraryPath = Path.GetFullPath(Path.Combine(LibraryPath, "msvc141"));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user