This commit is contained in:
Folkert 2021-11-06 23:57:21 +01:00
parent a31279a2c6
commit 75c090fd24
3 changed files with 133 additions and 143 deletions

View file

@ -1,8 +1,8 @@
use std::ops::Index;
pub const OBJ_PATH: &str = env!(
"BUILTINS_O",
"Env var BUILTINS_O not found. Is there a problem with the build script?"
"BUILTINS_HOST_O",
"Env var BUILTINS_HOST_O not found. Is there a problem with the build script?"
);
#[derive(Debug, Default)]