]> git.tdb.fi Git - builder.git/blobdiff - source/executable.cpp
Update cross prefix for windows architecture
[builder.git] / source / executable.cpp
index 2460f024d0f3f04647a3ba80279409c1639d1b48..0cdeec41edda0a3c815d373fb326663fe863d2ac 100644 (file)
@@ -6,7 +6,11 @@
 using namespace std;
 using namespace Msp;
 
-Executable::Executable(Builder &b, const Component &c, const std::list<ObjectFile *> &objs):
+Executable::Executable(Builder &b, const FS::Path &p):
+       Binary(b, p)
+{ }
+
+Executable::Executable(Builder &b, const Component &c, const list<ObjectFile *> &objs):
        Binary(b, c, generate_filename(c), objs)
 {
        install_location = "bin";