]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Update cross prefix for windows architecture
[builder.git] / source / executable.cpp
index fe37c9f23f0e27b85c7d75e40f41a8269309e44d..0cdeec41edda0a3c815d373fb326663fe863d2ac 100644 (file)
@@ -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<ObjectFile *> &objs):
+Executable::Executable(Builder &b, const Component &c, const list<ObjectFile *> &objs):
        Binary(b, c, generate_filename(c), objs)
 {
        install_location = "bin";