Skip to content

build: fix makefile script on windows

Rodrigo Muino Tomonari requested to merge github/fork/Hakerh400/lint into master

On Windows there is a program find.exe located in C:\Windows\System32, which is usually in the PATH before MSYS version of that program (required for running makefile). The Windows version of the program uses different CLI syntax, which results in errors like

File not found - *node_modules*

This commit specifies the full path to the program, which is also properly handled by MSYS on Windows.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading