microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
194 stars 58 forks source link

Fix arguments for preconfigure and postconfigure for linux #532

Closed gcampbell-msft closed 10 months ago

gcampbell-msft commented 10 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.