diff --git a/packaging/osx/scripts/postinstall b/packaging/osx/scripts/postinstall index f973d07d5..e7d0706bc 100755 --- a/packaging/osx/scripts/postinstall +++ b/packaging/osx/scripts/postinstall @@ -25,6 +25,8 @@ ln -s $INSTALL_DESTINATION/bin/dotnet-resgen /usr/local/bin/ ln -s $INSTALL_DESTINATION/bin/dotnet-run /usr/local/bin/ ln -s $INSTALL_DESTINATION/bin/dotnet-test /usr/local/bin/ ln -s $INSTALL_DESTINATION/bin/dotnet-dnx /usr/local/bin/ +ln -s $INSTALL_DESTINATION/bin/csc /usr/local/bin/ +ln -s $INSTALL_DESTINATION/bin/libclihost.dylib /usr/local/bin/ # A temporary solution to unblock dotnet compile cp $INSTALL_DESTINATION/bin/corehost /usr/local/bin/