mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
search for roc.exe on windows
This commit is contained in:
parent
3865d94fb4
commit
ef9f2a4bdc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ where
|
|||
}
|
||||
|
||||
pub fn path_to_roc_binary() -> PathBuf {
|
||||
path_to_binary("roc")
|
||||
path_to_binary(if cfg!(windows) { "roc.exe" } else { "roc" })
|
||||
}
|
||||
|
||||
pub fn path_to_binary(binary_name: &str) -> PathBuf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue