]> git.tdb.fi Git - builder.git/blobdiff - source/androidcompiler.cpp
Change Tool's protected constructor to take a pointer to Architecture
[builder.git] / source / androidcompiler.cpp
index 9ae31ac1b0d6d7fd732b188f65a4625c491ab36f..63fd5273a05ec96925d07530853dabbedd359209 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
 using namespace Msp;
 
 AndroidCompiler::AndroidCompiler(Builder &b, const Architecture &a, const string &t, const AndroidNdk &n):
-       GnuCompiler(b, a, t),
+       GnuCompiler(b, &a, t),
        ndk(n)
 {
        if(ndk.get_root_dir().empty())