fix pip build script for windows

This commit is contained in:
Matthias Hochsteger 2022-09-20 18:24:31 +02:00
parent 308360f678
commit 2fdb0a76b4

View File

@ -6,7 +6,7 @@ if (test-path dist) {
}
$env:NETGEN_CCACHE = 1
$env:NETGEN_ARCH = avx2
$env:NETGEN_ARCH = 'avx2'
$pydir=$args[0]
& $pydir\python.exe --version