Skip to content

Commit e8e0d05

Browse files
committed
find file
1 parent 756ed48 commit e8e0d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/buildga.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ clang-cl --version
55

66
@rem if $USE_EMU_AVX = 0 or $USE_PYXES = 0 skip build avx2 avx512
77

8-
gci -Recurse -Filter "libomp.dll" -File -ErrorAction SilentlyContinue -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\"
8+
Get-ChildItem -Recurse -Filter "libomp.dll" -File -ErrorAction SilentlyContinue -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\"
99

1010
echo "%USE_EMU_AVX%"
1111
echo "%USE_PYXES%"

0 commit comments

Comments
 (0)