mirror of
https://github.com/rclone/rclone.git
synced 2025-03-10 12:35:14 +08:00

At some point the SDK was fixed on these architectures, so re-enable building the azure blob backend for them.
7 lines
164 B
Go
7 lines
164 B
Go
// Build for azureblob for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
// +build plan9 solaris !go1.8
|
|
|
|
package azureblob
|