diff --git a/L/libsingular_julia/common.jl b/L/libsingular_julia/common.jl index 00f23f46931..ae312f7c391 100644 --- a/L/libsingular_julia/common.jl +++ b/L/libsingular_julia/common.jl @@ -39,6 +39,7 @@ if julia_version < v"1.4" filter!(p -> !(Sys.islinux(p) && arch(p) == "powerpc64le"), platforms) end +platforms = filter!(!Sys.iswindows, platforms) # Singular does not support Windows platforms = expand_cxxstring_abis(platforms) # The products that we will ensure are always built