From ddb5357b027d23ae205440688bd7d8e309f114d4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 5 Nov 2013 16:19:02 -0500 Subject: [PATCH] explicitly set LD construction variable in one build test --- build_tests/build_tests_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tests/build_tests_spec.rb b/build_tests/build_tests_spec.rb index 1340de9..14b1ab5 100644 --- a/build_tests/build_tests_spec.rb +++ b/build_tests/build_tests_spec.rb @@ -61,6 +61,7 @@ describe Rscons do it 'prints commands as they are executed' do test_dir('simple') Rscons::Environment.new do |env| + env["LD"] = "gcc" env.Program('simple', Dir['*.c']) end lines.should == [