diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-11-02 15:13:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-11-02 15:13:26 +0200 |
commit | aae221319da1c05a239032d7941d680249aa8858 (patch) | |
tree | ccd06f851d3f6d8b54189625c768fa206ca04830 /README | |
parent | 35dbe932dd6d8c4d11009131df425d04814ec0ad (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
@@ -21,6 +21,8 @@ CPPFLAGS CXXFLAGS LDFALGS LIBS +AR (defaults to ar if not set) +RANLIB (defaults to ranlib if not set) For example: |