Skip to content

Commit

Permalink
fixup4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 21, 2020
1 parent 60af45c commit 2b3eed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions L/libsingular_julia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b3eed7

Please sign in to comment.