Skip to content

Commit

Permalink
fix dotnet updates
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Oct 6, 2020
1 parent 92960ef commit e30f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/dotnet-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ include ../../mk/spksrc.native-cc.mk
dotnet-install:
mkdir -p $(HOME)/.dotnet/
$(RUN) cp -r ./* $(HOME)/.dotnet/
$(RUN) ln -s $(HOME)/.dotnet/dotnet $(INSTALL_PREFIX)/bin
$(RUN) ln -sf $(HOME)/.dotnet/dotnet $(INSTALL_PREFIX)/bin

0 comments on commit e30f3b3

Please sign in to comment.