mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Use include_bytes! so builtin hosts live in binary
This commit is contained in:
parent
a90d9d465d
commit
e97a5fe7f6
11 changed files with 72 additions and 65 deletions
|
@ -102,7 +102,7 @@ pub fn first_last_index_of<T: ::std::fmt::Debug + std::cmp::Eq>(
|
|||
}
|
||||
|
||||
// get the path of the lib folder
|
||||
// runtime dependencies like zig files, builtin_host.o are put in the lib folder
|
||||
// runtime dependencies like zig files, Windows dylib builds, are put in the lib folder
|
||||
pub fn get_lib_path() -> Option<PathBuf> {
|
||||
let exe_relative_str_path_opt = std::env::current_exe().ok();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue