X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexecutable.cpp;h=d1cc59aa174c278dac0c533e12254cbbbf71c5b7;hb=654de39b62a9a58fd8e1b5a557361d628345788b;hp=ff1312205af0adf870a8ae040f271900eff5e02c;hpb=8bc8db44c47cd2906c57dccbfb589e41eff7f694;p=builder.git diff --git a/source/executable.cpp b/source/executable.cpp index ff13122..d1cc59a 100644 --- a/source/executable.cpp +++ b/source/executable.cpp @@ -32,7 +32,7 @@ Finds and adds any required libraries to the dependencies. */ void Executable::find_depends() { - LibMode libmode=package->get_library_mode(); + LibMode libmode=comp.get_package().get_library_mode(); list queue; list dep_libs;