X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuobjccompiler.cpp;h=16e5215c1c0d6528e9c12c7a4ef5a004d56d5bf5;hb=1c80c1c33af10e8e325808906a95969ee57676b6;hp=228eecb5249a91452ff76cb1f17147ef409f4365;hpb=375526d108ec742a84926e1d458428fd2d0f37f3;p=builder.git diff --git a/source/gnuobjccompiler.cpp b/source/gnuobjccompiler.cpp index 228eecb..16e5215 100644 --- a/source/gnuobjccompiler.cpp +++ b/source/gnuobjccompiler.cpp @@ -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");