diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 13:28:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 13:28:28 +0200 |
commit | 4a4edda5fab3f01ae83e10d43e90f26ec0219530 (patch) | |
tree | 98a57211852edb864b4e02cc382feab283a060a9 /README.cross | |
parent | dd013e7a6f68ab144ce2330ca139cd5d5e80e479 (diff) |
Add --with-android-sdk to the sample autogen.lastrun
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.cross b/README.cross index 31bcbf390053..67fb1d43a194 100644 --- a/README.cross +++ b/README.cross @@ -327,6 +327,7 @@ Here is my autogen.lastrun for Android, when cross-compiling from Mac OS X: CC_FOR_BUILD=ccache /Xcode3/usr/bin/gcc-4.0 -mmacosx-version-min=10.4 CXX_FOR_BUILD=ccache /Xcode3/usr/bin/g++-4.0 -mmacosx-version-min=10.4 --with-android-ndk=/Users/tml/android-ndk-r7 +--with-android-sdk=/Users/tml/android-sdk-macosx --build=x86_64-apple-darwin11 --disable-zenity --enable-werror |