]> git.mdlowis.com Git - archive/build-system.git/commitdiff
Updated AR utility for clang
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 1 Oct 2014 18:03:46 +0000 (14:03 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 1 Oct 2014 18:03:46 +0000 (14:03 -0400)
toolsets/clang.rb

index f5d51905a5a9cc36cdc3dbcfb6ef35eaef60a106..cc835756753d1c6084842c72484f0c8c588c5296 100755 (executable)
@@ -1,6 +1,7 @@
 module Toolsets
   def self.clang(env, options = {})
     env.set_toolset(:gcc, options)
+    env['AR']  = 'llvm-ar'
     env['AS']  = 'clang'
     env['CC']  = 'clang'
     env['CXX'] = 'clang'