Skip to content

Commit bbe30b2

Browse files
committed
Fixed Rakefile.
1 parent c826f08 commit bbe30b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def invoke_runtime(cmd)
6969
#end
7070

7171
msbuild :build35_msbuild do |b|
72-
b.properties :configuration => CONFIGURATION, "OutputPath" => OUTPUT_DIR
72+
b.properties :configuration => CONFIGURATION, "OutputPath" => "#{OUTPUT_DIR}/NET35"
7373
b.targets :Build
7474
b.solution = "src/libcmdline/CommandLine35.csproj"
7575
end

0 commit comments

Comments
 (0)