mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
bundle compiler-rt through zig
This commit is contained in:
parent
f738d5a2bf
commit
be06599bb6
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