change the naming scheme for C modules

This commit is contained in:
flysand7 2023-07-26 20:35:54 +11:00
parent 13ba60e338
commit 7329ca1f92
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ platform windows("/windows") {
tinyrt {},
}
api c11_program("/impl/c11-program") {
api stdlib_program("/impl/stdlib-program") {
"program.c",
tinyrt {
rt_api_program,