mac/linux differentiation

This commit is contained in:
Thomas G. Lopes
2026-03-11 12:11:13 +00:00
parent d73e27597f
commit 76e9ba7a6b
4 changed files with 27 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
return {
target = {
linux = "~",
darwin = "~",
default = "~",
macos = "~",
},
}