Use detected prefix
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.h
index b67fb01..8143d9e 100644 (file)
@@ -51,6 +51,7 @@ public:
        virtual void Process ();
        std::string AddDirectoryTarget ( const std::string& directory,
                                         Directory* directoryTree );
+       std::string compilerPrefix;
        std::string compilerCommand;
        bool usePipe;
        Directory* intermediateDirectory;