Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit d5a2d98

Browse files
committed
Fix the debug/release builds for real this time...
1 parent c26ee8f commit d5a2d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ override deps = \
177177
$(addprefix bin/, $(deps)):
178178
$(CD) dep/debugger-libs && $(NUGET) restore debugger-libs.sln && $(MSBUILD) $(MSBUILD_FLAGS) debugger-libs.sln
179179
$(MKDIR) -p bin
180-
$(CP) dep/nrefactory/bin/Release/ICSharpCode.NRefactory.dll \
180+
$(CP) dep/nrefactory/bin/$(MODE)/ICSharpCode.NRefactory.dll \
181181
bin/ICSharpCode.NRefactory.dll
182-
$(CP) dep/nrefactory/bin/Release/ICSharpCode.NRefactory.CSharp.dll \
182+
$(CP) dep/nrefactory/bin/$(MODE)/ICSharpCode.NRefactory.CSharp.dll \
183183
bin/ICSharpCode.NRefactory.CSharp.dll
184184
$(CP) dep/debugger-libs/packages/Microsoft.CodeAnalysis.Common.1.3.2/lib/net45/Microsoft.CodeAnalysis.dll \
185185
bin/Microsoft.CodeAnalysis.dll

0 commit comments

Comments
 (0)