driver cross-compilation
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "public/ld.h"
|
||||
#include "public/target.h"
|
||||
#include "runner.h"
|
||||
#include "winerunner.h"
|
||||
#include "c.h"
|
||||
#include "signal.h"
|
||||
#include "libgen.h"
|
||||
@@ -106,6 +107,7 @@ findbuild:
|
||||
#endif
|
||||
|
||||
runner = (IRunner*)CreateInterface(RUNNER_INTERFACE_NAME, NULL);
|
||||
winerunner = (IWineRunner*)CreateInterface(WINE_RUNNER_INTERFACE_NAME, NULL);
|
||||
filesystem2 = (IFileSystem2*)CreateInterface(FILE_SYSTEM_2_INTERFACE_NAME, NULL);
|
||||
ccompiler = (ICCompiler*)CreateInterface(CLANG_C_COMPILER_INTERFACE_NAME, NULL);
|
||||
linker = (ILinker*)CreateInterface(CLANG_LINKER_INTERFACE_NAME, NULL);
|
||||
|
||||
Reference in New Issue
Block a user