My server is behind the firewall and cannot add target using rustup
my setup is like below:
- downloaded standalone installer(.msi) for windows and installed on my server
Now, i want to build for Linux(musl) target from my windows rust setup. Rustup is not available with standalone installer and also need to connect internet to add target using "rustup add traget . This is not possible in my server.
Any help will be really appreciated.