Skip to content

Commit

Permalink
Add eval $(opam env) for osx vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
RblSb authored Oct 23, 2024
1 parent 6f20d6b commit 2a08d8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -48,4 +51,4 @@
"problemMatcher": []
}
]
}
}

0 comments on commit 2a08d8e

Please sign in to comment.