test work

This commit is contained in:
John Smith
2022-12-01 14:32:02 -05:00
parent e1be2bac67
commit e2153a34e4
13 changed files with 55 additions and 40 deletions

View File

@@ -85,7 +85,7 @@ cfg_if! {
fn get_data_dir() -> PathBuf {
cfg_if! {
if #[cfg(target_os = "android")] {
PathBuf::from(intf::utils::android::get_files_dir())
PathBuf::from(crate::intf::android::get_files_dir())
} else {
use directories::*;