summaryrefslogtreecommitdiff
path: root/build/cc-auto.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/cc-auto.mak.in')
-rw-r--r--build/cc-auto.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/cc-auto.mak.in b/build/cc-auto.mak.in
index bc56567..2530e21 100644
--- a/build/cc-auto.mak.in
+++ b/build/cc-auto.mak.in
@@ -1,6 +1,7 @@
export CC = @CC@ -c
export CXX = @CXX@ -c
export AR = @AR@
+export AR_FLAGS = @AR_FLAGS@
export LD = @LD@
export LDOUT = -o
export RANLIB = @RANLIB@