swiftlyfox/.vscode/tasks.json

20 lines
No EOL
489 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "swift: Build swiftlyfox",
"type": "shell",
"command": "swift",
"args": [
"build",
"--swift-sdk",
"swift-6.3.1-RELEASE_wasm",
"--product",
"swiftlyfox"
],
"group": "build",
"problemMatcher": [],
"detail": "Custom build for WASM target"
}
]
}