We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28fca0 commit 28d3540Copy full SHA for 28d3540
src/fsharp/targets.make
@@ -185,6 +185,7 @@ install-sdk-lib:
185
$(INSTALL_LIB) $(outdir)$(ASSEMBLY) $(DESTDIR)$(gacdir)/fsharp; \
186
$(INSTALL_LIB) $(outdir)$(NAME).xml $(DESTDIR)$(gacdir)/fsharp; \
187
else \
188
+ if test x-$(TargetFramework) = x-net40; then \
189
if test -e $(outdir)$(NAME).dll; then \
190
echo "Installing $(outdir)$(NAME).dll to $(DESTDIR)$(gacdir)/fsharp/"; \
191
mkdir -p $(DESTDIR)$(gacdir)/fsharp/; \
@@ -205,6 +206,7 @@ install-sdk-lib:
205
206
207
$(INSTALL_LIB) $(outdir)$(NAME).optdata $(DESTDIR)$(gacdir)/fsharp/; \
208
fi; \
209
+ fi; \
210
fi
211
212
# The binaries fsc.exe and fsi.exe only get installed for Mono 4.5 profile
0 commit comments