We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e0d05 commit e9a8bf5Copy full SHA for e9a8bf5
1 file changed
script/buildga.cmd
@@ -5,7 +5,7 @@ clang-cl --version
5
6
@rem if $USE_EMU_AVX = 0 or $USE_PYXES = 0 skip build avx2 avx512
7
8
-Get-ChildItem -Recurse -Filter "libomp.dll" -File -ErrorAction SilentlyContinue -Path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\"
+powershell -command " Get-ChildItem -Recurse -Filter 'libomp.dll' -File -ErrorAction SilentlyContinue -Path 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\' "
9
10
echo "%USE_EMU_AVX%"
11
echo "%USE_PYXES%"
0 commit comments