mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
add missing import for windows
This commit is contained in:
parent
f9f7a1a3e8
commit
e2868fa5fc
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ pub fn get_relative_path(sub_path: &Path) -> Option<PathBuf> {
|
|||
|
||||
if let Some(exe_relative_str_path) = exe_relative_str_path_opt {
|
||||
#[cfg(windows)]
|
||||
let exe_relative_str_path = strip_windows_prefix(&exe_relative_str_path);
|
||||
let exe_relative_str_path = roc_command_utils::strip_windows_prefix(&exe_relative_str_path);
|
||||
|
||||
let mut curr_parent_opt = exe_relative_str_path.parent();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue