Buildable on ARM macOS

This commit is contained in:
Rafał Grodziński
2025-06-04 11:08:26 +09:00
parent 3ad912011c
commit 0e62b4ed50
3 changed files with 18 additions and 4 deletions

14
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Build Bits Runner Builder",
"type": "shell",
"command": "./make.sh",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}