diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5d63d3481c7..f481cb28ee6 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -5,6 +5,9 @@ "label": "make: haxe", "type": "shell", "command": "make ADD_REVISION=1 -s -j haxe", + "osx": { + "command": "eval $(opam env) && make ADD_REVISION=1 -s -j haxe", + }, "windows": { "command": "make ADD_REVISION=1 -f Makefile.win -s -j haxe" }, @@ -48,4 +51,4 @@ "problemMatcher": [] } ] -} \ No newline at end of file +}