X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.cpp;h=0cdeec41edda0a3c815d373fb326663fe863d2ac;hb=ec7da8076eede6c47126c8e58e478b9c93d73f5f;hp=fe37c9f23f0e27b85c7d75e40f41a8269309e44d;hpb=49e4b3da76973a751c08a0e1674736e746bbf6e3;p=builder.git diff --git a/source/executable.cpp b/source/executable.cpp index fe37c9f..0cdeec4 100644 --- a/source/executable.cpp +++ b/source/executable.cpp @@ -10,7 +10,7 @@ Executable::Executable(Builder &b, const FS::Path &p): Binary(b, p) { } -Executable::Executable(Builder &b, const Component &c, const std::list &objs): +Executable::Executable(Builder &b, const Component &c, const list &objs): Binary(b, c, generate_filename(c), objs) { install_location = "bin";