Skip to content

Commit

Permalink
Merge pull request #6118 from shiffted/dev
Browse files Browse the repository at this point in the history
Fix std module warnings with msvc
waruqi authored Jan 27, 2025
2 parents 9a6a8ad + 718069c commit ab0c0f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -145,8 +145,8 @@ function get_stdmodules(target)
end
end
end
wprint("std and std.compat modules not found! disabling them for the build")
end
wprint("std and std.compat modules not found ! disabling them for the build")
end

function get_bmi_extension()

0 comments on commit ab0c0f1

Please sign in to comment.