aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-06-22 23:12:06 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2012-08-08 18:59:20 -0400
commit7eeda36d1cadfcb93d9f25174633699f2dbda287 (patch)
tree9965f0a460b95d9b9970d7f96c08e1e4aad38805
parenta0df101d62050cfabb9371f5f874623944c04f14 (diff)
[droid] fixed, do not hardcode ar, use what configure knows as it might be passed in
-rw-r--r--Makefile.include.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.include.in b/Makefile.include.in
index 2ef3a640a7..a517dd269e 100644
--- a/Makefile.include.in
+++ b/Makefile.include.in
@@ -1,4 +1,4 @@
-AR=ar
+AR=@AR@
ARFLAGS=crus
RM=rm -rf
SHELL=@SHELL@