mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
move build_file and related functions to roc_build
This is needed of glue to be able to call build_file. Also does some other changes to avoid circular dependencies.
This commit is contained in:
parent
0ba7b8b2fb
commit
7a944113a0
13 changed files with 776 additions and 814 deletions
|
@ -7,8 +7,7 @@ static BUILD_ONCE: std::sync::Once = std::sync::Once::new();
|
|||
|
||||
#[cfg(all(target_os = "linux"))]
|
||||
fn build_host() {
|
||||
use roc_build::link::preprocessed_host_filename;
|
||||
use roc_linker::build_and_preprocess_host;
|
||||
use roc_linker::{build_and_preprocess_host, preprocessed_host_filename};
|
||||
|
||||
let platform_main_roc = std::env::current_dir()
|
||||
.unwrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue