Skip to content

Commit fbfdd28

Browse files
committed
Add require library to artifacts
1 parent f89e9f2 commit fbfdd28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ impl Build {
222222
compiler_lib_name.to_string(),
223223
ast_lib_name.to_string(),
224224
custom_lib_name.to_string(),
225+
require_lib_name.to_string(),
225226
],
226227
cpp_stdlib: Self::get_cpp_link_stdlib(target, host),
227228
};

0 commit comments

Comments
 (0)