We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7c1b6 commit fac7ba8Copy full SHA for fac7ba8
plugins/efi_resolver/src/Resolver.cpp
@@ -44,11 +44,11 @@ static string GetBundledEfiPath()
44
{
45
string path = GetBundledPluginDirectory();
46
#if defined(_WIN32)
47
- return path + "..\\types\\efi.c";
+ return path + "\\..\\types\\efi.c";
48
#elif defined(__APPLE__)
49
return path + "/../../Resources/types/efi.c";
50
#else
51
- return path + "../types/efi.c";
+ return path + "/../types/efi.c";
52
#endif
53
}
54
0 commit comments