]> git.tdb.fi Git - builder.git/blobdiff - source/gnuobjccompiler.cpp
Add sysroot support for BuildInfo and compilers
[builder.git] / source / gnuobjccompiler.cpp
index 228eecb5249a91452ff76cb1f17147ef409f4365..16e5215c1c0d6528e9c12c7a4ef5a004d56d5bf5 100644 (file)
@@ -3,8 +3,8 @@
 
 using namespace Msp;
 
-GnuObjCCompiler::GnuObjCCompiler(Builder &b, const Architecture &a):
-       GnuCompiler(b, a, "OBJC")
+GnuObjCCompiler::GnuObjCCompiler(Builder &b, const Architecture &a, const FS::Path &sysroot):
+       GnuCompiler(b, a, "OBJC", sysroot)
 {
        set_command("gcc", true);
        input_suffixes.push_back(".m");