Files
setup-julia/node_modules/fsevents/node_modules/.bin/detect-libc.cmd
2019-12-31 10:57:33 +01:00

7 lines
202 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\detect-libc\bin\detect-libc.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\detect-libc\bin\detect-libc.js" %*
)