Function veloren_common_dynlib::copy
source · pub(crate) fn copy(lib_path: &Path, dyn_package: &str, reload_count: u64)
Expand description
Copy the lib file, so we have an _active
copy.
We do this for all OS’s although it is only strictly necessary for windows. The reason we do this is to make the code easier to understand and debug.