diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-11-02 15:11:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-11-02 15:11:02 +0200 |
commit | 7259c8f9b367cb0f468f701663ace9ac50e47198 (patch) | |
tree | 27765b4fd4b2a08430c73da5a6b71e82b43179f1 /README | |
parent | 303d1661cd524781900a67249867ade926c82206 (diff) |
Add support for the AR and RANLIB make variables
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ CPPFLAGS CXXFLAGS LDFALGS LIBS +AR (defaults to ar if not set) +RANLIB (defaults to ranlib if not set) For example: |