mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix pip build script for windows
This commit is contained in:
parent
308360f678
commit
2fdb0a76b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user