Skip to content

Commit 1139d5c

Browse files
committed
lol - another try because why not
1 parent c247ed4 commit 1139d5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

otel_sdk_build.cmd

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
@echo off
22
setlocal
33

4-
for /F "usebackq delims=" %%i in (`where bazelisk.exe bazel.exe`) do set __BAZEL__=%%i
4+
for /F "usebackq delims=" %%i in (`where bazelisk1.exe bazel1.exe`) do set __BAZEL__=%%i
5+
if "%__BAZEL__%"=="" IF EXIST "%LOCALAPPDATA%\Microsoft\WinGet\Links\bazelisk.exe" set __BAZEL__=%LOCALAPPDATA%\Microsoft\WinGet\Links\bazelisk.exe
6+
if "%__BAZEL__%"=="" IF EXIST "%LOCALAPPDATA%\Microsoft\WinGet\Links\bazel.exe" set __BAZEL__=%LOCALAPPDATA%\Microsoft\WinGet\Links\bazel.exe
57
if "%__BAZEL__%"=="" goto:no-bazel
68

79
set PATH=

0 commit comments

Comments
 (0)