microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
184 stars 55 forks source link

Fix arguments for preconfigure and postconfigure for linux #533

Closed gcampbell-msft closed 7 months ago

gcampbell-msft commented 7 months ago

We previously weren't handling the arguments in the linux scenario, this fixes this.

Thanks to @156898293 for helping me test and confirm that this fixes the issue.