Skip to content

Commit

Permalink
Merge pull request #6035 from 24bit-xjkp/dev
Browse files Browse the repository at this point in the history
fix(modules): Remove inappropriate warnings
  • Loading branch information
waruqi authored Jan 3, 2025
2 parents 1f36fe6 + 09300b9 commit 1412583
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ function get_stdmodules(target)
-- end
end
end
wprint("std and std.compat modules not found! maybe try to add --sdk=<PATH/TO/LLVM> or install libc++")
end
wprint("std and std.compat modules not found! maybe try to add --sdk=<PATH/TO/LLVM> or install libc++")
end

function get_bmi_extension()
Expand Down Expand Up @@ -488,4 +488,3 @@ function get_print_library_module_manifest_path_flag(target)
end
return print_library_module_manifest_path_flag or nil
end

0 comments on commit 1412583

Please sign in to comment.