We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e48dad commit 756ed48Copy full SHA for 756ed48
1 file changed
script/buildga.cmd
@@ -5,6 +5,8 @@ clang-cl --version
5
6
@rem if $USE_EMU_AVX = 0 or $USE_PYXES = 0 skip build avx2 avx512
7
8
+gci -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%"
12
0 commit comments