master
Mike 4 years ago
parent b8e6f16d6f
commit b7c71e51e7

@ -4,7 +4,7 @@
"version": "2.0.0", "version": "2.0.0",
"options": { "options": {
"env": { "env": {
"ZIG_SYSTEM_LINKER_HACK": "1", "ZIG_SYSTEM_LINKER_HACK": "1"
} }
}, },
"tasks": [ "tasks": [
@ -14,7 +14,7 @@
"command": "zig build", "command": "zig build",
"problemMatcher": [ "problemMatcher": [
"$gcc" "$gcc"
], ]
}, },
{ {
"label": "Build and Run Project", "label": "Build and Run Project",
@ -117,6 +117,6 @@
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true
} }
}, }
] ]
} }

Loading…
Cancel
Save