mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
bundle compiler-rt through zig
This commit is contained in:
parent
8d8e498f11
commit
4c76a224b5
4 changed files with 8 additions and 8 deletions
|
@ -6,10 +6,10 @@ const expect = @import("expect.zig");
|
|||
const panic_utils = @import("panic.zig");
|
||||
const dbg_utils = @import("dbg.zig");
|
||||
|
||||
comptime {
|
||||
_ = @import("compiler_rt.zig");
|
||||
_ = @import("libc.zig");
|
||||
}
|
||||
// comptime {
|
||||
// _ = @import("compiler_rt.zig");
|
||||
// _ = @import("libc.zig");
|
||||
// }
|
||||
|
||||
const ROC_BUILTINS = "roc_builtins";
|
||||
const NUM = "num";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue