fixing metal backend

This commit is contained in:
2025-09-07 01:23:51 +02:00
parent c16635fe47
commit 9c2f644b0e
2 changed files with 3 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ local backends = {
option = "metal",
default = is_plat("macosx", "iphoneos"),
custom = function()
add_frameworks("Metal")
add_files("Sources/Backends/Metal/**.m")
end
},