If enabled, all C++ dynamic linked libraries (DLLs) generated by cc_library
on Windows will be renamed to name_{hash}.dll where hash is calculated
based on the RepositoryName and the DLL's package path. This option is
useful when you have one package which depends on severals cc_library with
the same name (e.g //foo/bar1:utils and //foo/bar2:utils).